ftml 1.41.0

Foundation Text Markup Language - a library to render Wikidot text as HTML
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[div]]
[[div]]
[[div]]

[!-- these code blocks should only appear once each, at the end, despite the failed [[div]]s above --]

[[code type="CSS"]]
.alpha { display: none; }
[[/code]]

[[code type="rust" name="program"]]
fn main() {
    println!("beta");
}
[[/code]]