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