kkmarkdown.lib
Lib.SpanRuleStack
Span-rules that is based on stack
module Em : SpanRule.S
Emphasis: e.g. *abc*
*abc*
module Strong : SpanRule.S
Strong: e.g. **abc**
**abc**
module EmStrong : SpanRule.S
Emphasis+strong: e.g. ***abc***
***abc***
module Strike : SpanRule.S
Strike: e.g. ~~abc~~
~~abc~~
module Code : SpanRule.S
Code: e.g. `abc`
`abc`