package kkmarkdown

  1. Overview
  2. Docs

UNSAFE Image

![text](link) {.a .b}

is translated to

<img alt="text" src="link" class="a b">

Note that the class part is optional.

include BlockRule.S
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