kkmarkdown.lib
Lib.SpanRule
Span-level rule
type state = {
s : string;
string to be parsed
mutable cur : int;
current cursor being parsed
mutable stack : Typ.stack_elt list;
current stack for SpanRuleStack
SpanRuleStack
}
module type S = sig ... end
Signature for a span-level rule