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!