kladd 0.2.0

A weirdly personal markup language
Documentation
---
source: src/lib.rs
expression: vizualised
---
doc
  section class=important,
    heading level=1 other=value2, some=value,
      str text = "Header -- it"
      str text = "'"
      str text = "s dashed"
    p
      strong
        str text = "bold "
        emph
          str text = "italic"
      str text = " and "
      link href=https://www.eons.io
        str text = "eons.io"
  warn
    p
      emph
        str text = "Warning"
  code
    rust
  p
    str text = "With some "
    strong
      str text = "body"
    str text = " and "
    emph
      str text = "italic"
    str text = " content, and a "
    double_quoted
      str text = "quoted"
    str text = " "
    single_quoted
      str text = "text"
    str text = ", and <escaped>."