Skip to content

Latest commit

 

History

History
84 lines (72 loc) · 1.04 KB

File metadata and controls

84 lines (72 loc) · 1.04 KB

basic . ::name This is the content .

This is the content

.

multiline . ::name This is the content it can run onto multiple lines

But is interrupted by a blank line .

This is the content it can run onto multiple lines

But is interrupted by a blank line

.

must have two : . :name This is the content .

:name This is the content

.

but not three : . :::name This is the content .

:::name This is the content

.

must be proceeded by a non-whitespace charater . ::

:: This is the content .

::

:: This is the content

.

Just a name . ::name .

.

Just a name with a space . ::name .

.

It does not interrupt paragraphs or other blocks . Paragraph

::name This is the content

Paragraph ::name This is the content

  • list ::name This is the content .

Paragraph

This is the content

Paragraph ::name This is the content

  • list ::name This is the content
.