kladd 0.1.0

A weirdly personal markup language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[cfg(test)]
pub const TEST_INPUT: &str = r#"
+++
metadata = things
+++

-- this is a comment

!h1{some=value,other=value2}[Header] 

{*bold {/italic/}*} 

With some @bold[body] and {/italic/} content, and a "quoted" 'text'
 "#;