⚇ ddot.it AsciiDoc Reader

A ddot.it reader for AsciiDoc text. It recognizes triples in plain text, comments, code blocks, and block attributes.

NOTE: Some examples use the ddot.it/this command.

Standard Syntax

Plain Text

My nice document.
ddot.it/this ..project.. Code Red

Comments

Single-line comment:

// ddot.it/this ..project.. Code Red

Block comment:

////
ddot.it/this ..project.. Code Red
////

Code Blocks

----
ddot.it/this ..project.. Code Red
----

Extra Syntax

Ddot.it extracts triples from block and section attributes, too.

Block Attributes

AsciiDoc supports custom IDs and roles on sections and blocks.

Syntax:

[#my-tag#my-other-tag.my-class.my-other-class]
== My Section

these are interpreted as

My Section ..has tag.. my-tag
..has tag.. my-other-tag
..has type.. my-class
..has type.. my-other-class