kkmarkdown.lib
BlockRuleHeader.Sharp
Headers: e.g. # abc is for <h1> and ## abc is for <h2>. Similar rules are applied for <h3> to <h6>.
# abc
<h1>
## abc
<h2>
<h3>
<h6>
val is_safe : bool
val first_char : FirstChar.t
type state
val start : string -> state BlockRule.res
val continue : state -> string -> state BlockRule.res
val construct : BlockRule.trans_f -> state -> string list -> Typ.block
val force_construct : bool
True if it should construct a block when no further input line is given