]> git.mxchange.org Git - simgear.git/commit
Simple Markdown parser.
authorThomas Geymayer <tomgey@gmail.com>
Fri, 13 Jun 2014 17:12:56 +0000 (19:12 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Fri, 13 Jun 2014 17:12:56 +0000 (19:12 +0200)
commit9bef80fbef9c1461dc64285dea2bad798f29e4fe
treea8c4dacb0ec30a3bcbbbea204b26b41572e98160
parent36cb7a752b5d86d636aebd2379773923e0cbed1a
Simple Markdown parser.

Parse just a tiny subset of Markdown, to basically collapse
multiple whitespace and do paragraphs only after two newlines.
Also one-level, unordered lists are supported. The output can
be eg. directly forwarded to canvas::Text.
simgear/misc/CMakeLists.txt
simgear/misc/SimpleMarkdown.cxx [new file with mode: 0644]
simgear/misc/SimpleMarkdown.hxx [new file with mode: 0644]
simgear/misc/SimpleMarkdown_test.cxx [new file with mode: 0644]