Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.
/ md2html Public archive

C++ program converting Markdown to HTML.

Notifications You must be signed in to change notification settings

cyamonide/md2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown to HTML converter | md2html

Markdown syntax based on this document.

Additional tools used to help development:

Basic Syntax:

  • Headings
    • Headings (#'s)
    • Headings (Alternate Syntax)
  • Paragraphs
    • Single-line paragraph
    • Multi-line paragraph
  • Line Breaks
  • Emphasis
    • Bold
    • Italic
    • Bold and Italic
  • Blockquotes
    • Blockquotes with Multiple Paragraphs
    • Nested Blockquotes
    • Blockquotes with Other Elements
  • Lists
    • Ordered Lists
    • Unordered Lists
    • Adding Elements in Lists
      • Paragraphs
      • Blockquotes
      • Code Blocks
      • Images
  • Code
    • Inline Code
    • Escaping Tick Marks
    • Code Blocks (tabbed; see Extended Syntax for fenced support)
  • Horizontal Rules
  • Links
    • Inline Links
    • Adding Titles
    • URLs and Email Addresses
    • Formatting Links
    • Reference-style Links
  • Images
  • Escaping Characters

Extended Syntax

  • Fenced code blocks
  • Syntax Highlighting (code-prettify)

Other Syntax

  • Math (MathJax)
    • Inline math
    • Display math

About

C++ program converting Markdown to HTML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published