package kkmarkdown

  1. Overview
  2. Docs
module AllBlockRules : sig ... end

Query for all block rules by first character

module AllSpanRules : sig ... end

Query for all span rules by first character

module BlockRule : sig ... end

Block-level rule

module BlockRuleCode : sig ... end

Code block

module BlockRuleHeader : sig ... end

Header

module BlockRuleHr : sig ... end

Hr: e.g. ***

module BlockRuleImg : sig ... end

UNSAFE Image

module BlockRuleInlineHTML : sig ... end

Inline HTML

module BlockRuleList : sig ... end

List

module BlockRuleP : sig ... end

Paragraph

module BlockRuleQuote : sig ... end

Quote

module FirstChar : sig ... end

Possible first character of rules

module Kkmarkdown : sig ... end

Main entry for translation functions

module RuleBr : sig ... end

Br: e.g. abc__<end-of-line>, where '_' is a space

module SpanRule : sig ... end

Span-level rule

module SpanRuleA : sig ... end

Link

module SpanRuleEscape : sig ... end

Escaped character: HTML special characters, e.g. &, <, etc., are translated to &amp;, &lt;, etc. The following characters should be escaped by backslash in markdown.

module SpanRuleStack : sig ... end

Span-rules that is based on stack

module SpanRuleUnicode : sig ... end

Unicode

module Trans : sig ... end

Translate lines of string

module Typ : sig ... end

Type of parsed markdown

module Utils : sig ... end

Utilities