kladd 0.2.0

A weirdly personal markup language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: src/lib.rs
expression: html
---
<section class="important">
<h1 data-other="value2" data-some="value">Header &ndash; it's dashed</h1>
<p><strong>bold <em>italic</em></strong> and <a href="https://www.eons.io">eons.io</a> </p></section>
<div class="warn">
<p><em>Warning</em> </p></div>
<pre><code data-lang="rust">
fn main() {
  println!("Hello, world!");
}
</pre></code>
<p>With some <strong>body</strong> and <em>italic</em> content, and a “quoted“ ‘text‘, and &lt;escaped&gt;. </p>