package cmarkit
-
cmarkit
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
HTML blocks.
type t = Block_line.t list
The type for HTML blocks.
Warning. If you create HTML blocks using Block_line.list_of_string
you should make sure the resulting lines satisfy the contraints of CommonMark HTML blocks. (one way is to parse them instead).