sgenoud

Results 11 issues of sgenoud

[Multi Markdown](http://fletcherpenney.net/multimarkdown/) is a nice extension on Markdown. It should be easy to some aspect of its syntax to remarkdown, as it also uses a PEG as its parser: https://github.com/fletcher/peg-multimarkdown

This is not working yet. It needs issue #2 to be solved in order to be done properly.

The power of docutils (and by extension rst) is in its interpreted text, directives and substitution. Markdown does not have anything comparable (which lead to the many different dialects that...

For instance ``` * one * two 1. one 2. two ``` does not render well

docutils does generate html that is not "pure", while markdown syntax is defined as creating some specific html. Also, the tests that exist are based on the html syntax that...

Add a way to select for items at the furthest position (like `> Z` in cq)