- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13
Mark Down Reference
        Chua Chee Wee edited this page Oct 24, 2020 
        ·
        3 revisions
      
    General references related to working with Markdown.
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).
- 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.
- GitHub's Markdown Guide with their own variations
- Original Spec
- Concise Cheat Sheet
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