kladd 0.2.0

A weirdly personal markup language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/lib.rs
expression: vizualised
---
p
  str text = "This is some "
  strong
    str text = "simple"
  str text = " input without metadata."
p
  str text = "It goes "
  emph
    str text = "across"
  str text = " multiple paragraphs"