Skip to content

iamjono/markdown-lasso9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

markdown

Lasso 9 Markdown processor that avoids use of Regular Expressions which can be problematic in the Lasso 9 parser if a mistake is made in the source syntax.

Processes Markdown Syntax as per John Gruber's spec

The project is a work in progress - please see below.

Supports

  • Setext-style headers
  • atx headers
  • code blocks (with &, <, > encoding to html entities)
  • ** & __ demark strong
    • demark em
    • & _ surrounded by spaces are protected.
  • escaped backticks are protected
  • text inline and surrounded by backticks is wrapped in <code>...</code>
  • unordered lists (lines starting with -)

TODO

  • Links
  • Images

About

Lasso 9 Markdown processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages