Known issues / Limitations

July 6, 2015 ยท View on GitHub

Emphasis

Minor bugs

+ ***should be bold\***
+ ****the next should *be italic***
 *italic if excactly one space is preceding*

Multiline Emphasis

Multiline emphasis must start and end at the beginning of a line, so instead of:

This is a long **multiline
markdown**

simply write:

This is a long **multiline markdown**
or
This is a long
**multiline
markdown**

Due to limitations multiline emphasis which are not closed are still rendered:

**multiline emphasis which
contain an empty line

**
or are not closed, are still rendered

Block Quotes

> This is a block quote
> where *most* syntax get's rendered $x+y$
> but some not:
>
> # Headers
>
> 1. lists
> > multiple block quotes

This is a block quote where most syntax get's rendered x+yx+y but some not:

Headers

  1. lists

multiple block quotes

Multiline Syntax not possible

The following do not work as they would need multiline syntax parsing:

Setext-style Headers

A level-one header
==================

A level-two header
------------------