Command-line Markdown to HTML converter written in C
 
 
 
Go to file
ClosedGL 570e2b6c43 Process command line arguments without unistd 2022-05-31 16:55:59 -06:00
src Process command line arguments without unistd 2022-05-31 16:55:59 -06:00
.gitignore Add code to repo 2022-01-14 00:14:06 -07:00
LICENSE Initial commit 2022-01-14 08:10:00 +01:00
Makefile Change structure of md interpretation 2022-01-14 21:47:15 -07:00
README.md Proper blockquote handling, nested blockquotes 2022-04-08 04:29:07 -06:00
example.md Update out.html 2022-04-08 04:50:21 -06:00
out.html Update out.html 2022-04-08 04:50:21 -06:00

README.md

mdbuilder

Command-line Markdown to HTML converter written in C

Supported elements

Basic syntax

  • Paragraph
  • Line break
  • Headings
  • Bold
  • Italic
  • Bold-italic
  • Unordered list
  • Ordered list
  • Blockquote
  • Code
  • Horizontal rule
  • Link
  • Link title
  • Image
  • Nested lists
  • Nested blockquotes
  • Escaping syntax characters

Extended syntax

  • Table
  • Fenced code block
  • Footnote
  • Heading ID
  • Definition list
  • Strikethrough
  • Highlight
  • Subscript
  • Superscript
  • Task list