Replies: 2 comments 3 replies
-
Indeed, automatic linking of CamlCase words doesn't seem to be implemented in the twiki reader. We could add it easily enough; please submit an issue. |
Beta Was this translation helpful? Give feedback.
3 replies
-
BTW: For anyone interested in the workarounds I use currently – particularly for several TWiki Macros, like attachments and highlighted code – see my |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi there,
while converting an old Wiki to Markdown, it occurred to me that all links in classic WikiLinkSyntax aren't converted to Markdown Links. I tried with markdown, markdown_mmd and gfm, all with the same negative results.
Environment(s):
Example input:
Command line:
pandoc -f twiki -t markdown test.txt
Expected output:
Example output:
Interestingly,
!EscapedWikiWords
are respected as such, but why are links not created, then?Before I open an issue, maybe something very simple escaped me?
I mean, internal WikiLinks are one of the most basic features of a Wiki, so shouldn't this be implemented (above expected output would work for my case, going to Obsidian.md)?
Cheers,
Uwe
Beta Was this translation helpful? Give feedback.
All reactions