package kkmarkdown

  1. Overview
  2. Docs

Module BlockRuleInlineHTML.DivSource

UNSAFE Div inline HTML

<div>
  ...
</div>

Note that <div> and </div> should be their own lines.

Sourceval is_safe : bool
Sourceval first_char : FirstChar.t
Sourcetype state
Sourceval start : string -> state BlockRule.res
Sourceval continue : state -> string -> state BlockRule.res
Sourceval construct : BlockRule.trans_f -> state -> string list -> Typ.block
Sourceval force_construct : bool

True if it should construct a block when no further input line is given

OCaml

Innovation. Community. Security.