Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 364 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 364 Bytes

Syntext

Syntext is a lightweight, Markdownish markup language for generating HTML. It shares many basic features with Markdown but adds an extensible, indentation-based syntax for generating arbitrary HTML:

:div .outer
    :div .inner
        This is a paragraph.

See the documentation for details.