package cmarkit

  1. Overview
  2. Docs

Module Inline.Raw_htmlSource

Raw HTML.

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).