Many subtle improvements to the markdown parsing grammar and formatting
New/Breaking:
-
Links to Github source per rendered block (#66)
Provide
--githubSource
to enable these. -
Definition lists are now supported (#71)
-
Improve parsing of links (#77)
-
Improve parsing of headers (#72)
-
Improve parsing of tables (#67)
-
All exported functions are no longer async (#63)
-
All nodes within the return value of
parse()
now includes source locations (#61)
Fixes: