Looking at the console, this is what is running: pandoc +RTS -K512m -RTS test.utf8.md --to markdown_strict --from markdown+autolink_bare_uris+tex_math_single_backslash --output test.md --standalone
Is it somehow possible to render tag without an escape backslash?
I am loading the .md files into another piece of software. This software processes #tag and \#tag differently.
Is it possible to add some kind of post processing to pandoc, so I could correct the output?
Yes - thats works. Thank you.
Can I ask what the `` {} is called in rmarkdown (so I can read more about it)?
Which software it is ? I was under the impression in markdown processor would understand the backslash escape.
I'm using https://obsidian.md/
I'm writing up notes, and want to integrate code examples into my note database.
Obsidian doesn't render the \, it shows just #tag - but it doesn't create a hyperlinked tag (which it should do). The hack means that it is working as expected now.
Thanks for sharing ! This is a really interesting software !
I am using Joplin which is open source for taking notes in markdown but this Obsidian looks great ! I need to have a closer look.