mirror of https://github.com/kdl-org/kdl-rs.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
|
||||
contents {
|
||||
section "First section" {
|
||||
paragraph "This is the first paragraph"
|
||||
paragraph "This is the second paragraph"
|
||||
}
|
||||
section "First section" {
|
||||
paragraph "This is the first paragraph"
|
||||
paragraph "This is the second paragraph"
|
||||
}
|
||||
}
|
||||
|
||||
// Nodes can be separated into multiple lines
|
||||
title \
|
||||
"Some title"
|
||||
"Some title"
|
||||
|
||||
// Comment formats:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue