mirror of https://github.com/kdl-org/kdl.git
fuck tabs
This commit is contained in:
parent
3296cc83a0
commit
950d5bfc85
10
README.md
10
README.md
|
|
@ -22,15 +22,15 @@ author "Alex Monad" email="alex@example.com" active=true
|
||||||
|
|
||||||
// Nodes can be arbitrarily nested
|
// Nodes can be arbitrarily nested
|
||||||
contents {
|
contents {
|
||||||
section "First section" {
|
section "First section" {
|
||||||
paragraph "This is the first paragraph"
|
paragraph "This is the first paragraph"
|
||||||
paragraph "This is the second paragraph"
|
paragraph "This is the second paragraph"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Nodes can be separated into multiple lines
|
// Nodes can be separated into multiple lines
|
||||||
title \
|
title \
|
||||||
"Some title"
|
"Some title"
|
||||||
|
|
||||||
// Comment formats:
|
// Comment formats:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue