Moinmoin Markdown attackment not working

125 Views Asked by At

I'm using Moinmoin with Markdown using the code below:

#format text_markdown
* [link test](attachment:sample.pdf)

the attachment is not working

nor did the alternative link working:

#format text_markdown
* [link test]([[attachment:sample.pdf]])

any ideas for that issue? should I use other alternative code, or try using the standard Moinmoin syntax?

Many thanks!

1

There are 1 best solutions below

1
bertl On BEST ANSWER

instead of #format text_markdown at the beginning,

using parser sections {{{#!text_markdown }}} to exclude the moin wiki text will work

i also didn't find a way inside the markdown