summaryrefslogtreecommitdiff
path: root/src/parser/line_p.h
AgeCommit message (Collapse)Author
2011-09-08Moved the default parser into a namespace.Grégoire Duchêne
This change is motivated by the need of having several parsers. This will make mppdown more extensible.
2011-04-01Line element added, plus a lot of good stuff.Grégoire Duchêne
This element is another milestone on the road to awesome new elements. Besides, it was necessary to add this element if I wanted to implement comment lines someday. I also added some minor changes in the way mppdown handles newline characters: they are now really expected, throwing an exception if absent, and a newline character is now expected after every paragraph. This newline character is then rendered back by the LaTeX generator, hence following the proper LaTeX syntax regarding paragraphs.