Cyblog syntax is fully compatible with current Markdown implementations. Cyblog extends Markdown using comments to store its metadata.
This text will be italic, This will also be italic
This text will be bold, This will also be bold
You can combine them
**escaped strong**
*escaped em*
monospace
As Grace Hopper said:
I’ve always been more interested in the future than in the past.
A function that prints stuff:
function test() {
console.log("look ma’, no spaces");
}
First Header | Second Header |
---|---|
Content cell 1 | |
Content column 1 | Content column 2 |
Testing templating.
This document was written by shantaram
The answer to life, the universe, and everything, is 42
This is an escaped template and won't work: {{author}}
Unknown template: {{unknown-template}}
Templating won't work when it's not explicitly enabled, either: {{author}}
Lastly, templating outside a block will not work: {{author}}