Skip to content

Mark Down Reference

Chua Chee Wee edited this page Oct 24, 2020 · 3 revisions

General references related to working with Markdown.

Wiki notes

In a table / cell within a wiki, escape a | by specifying a \ before a |, like so: \|.
In Markdown, use <br /> to break a line (ie, newline).

Markdown Editors

  • HackMD - Collaborative editor with GitHub integration
  • Typora - Minimalistic with realtime preview
  • Mark Text is a Markdown editor for Mac, Windows, and Linux. It is a concise text editor, dedicated to improving your editing efficiency.
  • Zettlr - A Markdown editor for 21st-century academics, authors, and journalists.
  • Joplin - An open-source, markdown based, note taking and to-do application with synchronization capabilities.

Markdown Reference

Converting between Markdown and Media Wiki

pandoc universal document converter

pandoc --help  
pandoc [OPTIONS] [FILES]  
Input formats:  docbook, haddock, html, json, latex, markdown, markdown_github,  
                markdown_mmd, markdown_phpextra, markdown_strict, mediawiki,  
                native, opml, rst, textile  
Output formats: asciidoc, beamer, context, docbook, docx, dzslides, epub, epub3,  
                fb2, html, html5, json, latex, man, markdown, markdown_github,  
                markdown_mmd, markdown_phpextra, markdown_strict, mediawiki,  
                native, odt, opendocument, opml, org, pdf*, plain, revealjs,  
                rst, rtf, s5, slideous, slidy, texinfo, textile  
Clone this wiki locally