package atd

  1. Overview
  2. Docs
type inline =
  1. | Text of string
  2. | Code of string
type block =
  1. | Paragraph of inline list
  2. | Pre of string