summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2011-09-05Unified how generators and parsers are organized.Grégoire Duchêne
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.
2011-02-19New "output" option added.Grégoire Duchêne
This option will allow users to specify a file which will be used by mppdown to write the parsed result. If this option is not set, mppdown will still write the parsed result to standard output.
2011-02-19Options are now handled by Boost.Program_options.Grégoire Duchêne
Additionally, messages are displayed in a more conventional way.
2011-01-28Copyright notices updated.Grégoire Duchêne
Yes, this is a real patch!
2010-12-04Emphasized text support added.Grégoire Duchêne
I will try to add both parsing and generation at the same time for each mdown feature I will implement. Do not expect this to last.