Replies: 1 comment 2 replies
-
Suggestion: use
It should then be easy to write a filter that deals with this in the way you want. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have have an Obsidian MD file containing
and I would like to surround the text between
[[ ]]
with a\verb{...}
and remove the[[
and]]
this is my attempt (in python)
But this is the result after running pandoc:
I have been unable to figure out what is wrong.
Best, Mads
Beta Was this translation helpful? Give feedback.
All reactions