Markdown is a text formatting syntax used in a wide scale of applications, such as GitHub and Stack Overflow.

Markdown comes in many flavors, including Pandoc Markdown, Multimarkdown, PHP Markdown Extra. GitHub and Stack Overflow also have their own flavors.
Using Madoko, you can create presentations in Markdown and export them to HTML or PDF. Check out the demo presentation.
See the [[Markdown for Scientific Documents]] page.
Use Markdown Here to create e-mails and rich text easily in Markdown.
wget https://raw.githubusercontent.com/FTSRG/trainbenchmark-core/master/README.md
wget https://github.com/FTSRG/thesis-template-word/raw/master/thesis.docx
pandoc README.md --from=markdown_github --reference-docx=thesis.docx --output=README.docx
Add references:
[[this section|Markdown#github-specific-tricks]] -> [[this section|Markdown#github-specific-tricks]][[resource in wiki|figures/Word/heading-looks.png]] -> [[resource in wiki|figures/Word/heading-looks.png]][resource in repository](../../blob/master/PowerPoint/powerpoint2pdf.vb) -> resource in repository
../ to navigate up with relative path/ from the end of the link!