Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 375 Bytes

MDtoHTML

Simple command line Markdown-to-HTML converter written in QB64.

Currently supports:

  • Headings
  • Ordered lists
  • Unordered lists
  • Links
  • Bold & italic text
  • Line breaks

Future Updates:

  • Code blocks
  • Headers using underlines
  • Horizontal rules
  • URLs using angle brackets
  • proper paragraph formatting (use of p tags for standalone sentences)
  • Images