color config for code blocks
[smdp.git] / include / parser.h
2018-10-16 jkrvivianFix typos
2018-07-23 Michael Göhlerversion bump
2017-09-03 Namhyung Kimsupport Github style code formatting (#121)
2016-04-02 Michael Göhleradded cli param to enable char entity expansion + docu
2016-03-28 Bin GuoAdded support of character entities.
2016-02-07 Michael Göhlerversion bump
2015-10-27 Martin AltAdded support for pandoc's fenced code blocks
2015-03-27 Michael Göhleri think it's time for version 1.0
2015-02-08 Michael GöhlerMerge pull request #79 from visit1985/wchar_support
2015-02-08 Michael Göhlerworkaround for cygwin WEOF, #78
2015-02-08 Michael Göhlerreplace pseudo UTF-8 with real wide character support
2014-10-16 Michael Göhlervarious improvements
2014-10-12 Michael Göhlerfixed line width calculation for correct h-centering
2014-10-04 FreeBirdLjjAdd support for bool type.
2014-09-28 FreeBirdLjjMerge branch 'master' into issue#16
2014-09-27 Michael Göhlerrework max_lines/cols detection to support line wrappin...
2014-09-27 Michael GöhlerMerge pull request #38 from FreeBirdLjj/issue#16
2014-09-24 FreeBirdLjjAdd data structure for unordered list.
2014-09-14 Michael Göhlersmall readme changes
2014-09-14 Michael Göhlerrewrote Makefile + copyright and license infos
2014-09-12 Michael Göhlerremoved duplicate function + added some comments to...
2014-09-07 Michael Göhleradd color to CODE, H1 and H2
2014-08-25 Michael Göhlercalculate length of lines including backslashes correctly
2014-08-25 Michael Göhlerrename objects to deck / slide
2014-08-20 Michael Göhlermove debug function to parser.c
2014-08-20 Michael Göhleradd line length and make it utf-8 compatible
2014-08-17 Michael Göhlersplit up some headers + rename markdown_io to parser