View Source Md.Parser.Default (md v0.10.6)
Default parser with all the features included.
Supports a wide subset of markdown, including but not limited to:
- bold/italic/strikeout/etc text decorations
- comments
- code blocks
- tables
- twitter handlers etc
Might be a good start for those who just needs a fast markdown processing.
Summary
Functions
@spec listener(Md.Listener.state(), Md.Listener.context()) :: Md.Listener.state()