A Cyblog demo page

author: shantaram

Cyblog: a simple, markdown-compatible static-site generator

Cyblog syntax is fully compatible with current Markdown implementations. Cyblog extends Markdown using comments to store its metadata.

This is an <h1> tag

This is an <h2> tag

This is an <h6> tag

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

  1. An image
  2. Item 2
  3. Item 3

An image
Cyblog

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
An image
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}}