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