Scriberling is an embeddable static site generator and a template engine.
article {
---
id: "readme"
---
/++
This is a block comment.
+/
h1 {
Hello World!
}
// This is a line comment.
p {
Lorem ipsum dolor sit amet.
}
div {
---
class: alert, alert-info
---
p { Want to have consecutive elements? }
em {
Don't worry, there is
strong {- w -}hitespace control.
}
}
}