color config for code blocks
[smdp.git] / src / parser.c
2018-07-23 Michael Göhlerversion bump
2018-01-14 Michael Göhlerset line->size to correct value when stripping trailing...
2017-09-03 Namhyung Kimsupport Github style code formatting (#121)
2016-04-02 Michael Göhlerno goto on our code
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
2016-02-06 Michael Göhlercontinue fenced code blocks across empty lines, #96
2016-02-06 Michael Göhlerbeautifying
2016-02-06 Michael Göhlerfixed code indent issue, closes #96
2015-10-27 Michael Göhlerfixed coding style + minor changes
2015-10-27 Martin AltAdded support for pandoc's fenced code blocks
2015-05-30 Michael Göhlerignore mdpress format attributes, closes #88
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öhleradded support for interupting slides line by line,...
2015-02-08 Michael Göhlerrenamed text->text to text->value for better distinction
2015-02-08 Michael Göhlerreplace pseudo UTF-8 with real wide character support
2015-01-19 Michael Göhlerfixed dereferencing issue in markdown_load() and remove...
2014-12-26 Michael Göhlerfixed duplicated reference in header-only files, #66...
2014-12-25 Michael Göhlerfixed header-only SEGV, closes #66
2014-11-08 Michael Göhlerbeautifying some variable names and function calls
2014-11-07 Lukas LuegFixed memory leaks
2014-10-16 Michael Göhlervarious improvements
2014-10-12 Michael Göhlerfixed line width calculation for correct h-centering
2014-10-12 Michael Göhleradded special char for horizontal centering (#3)
2014-10-04 FreeBirdLjjAdd support for bool type.
2014-10-04 FreeBirdLjjNo need to check IS_CODE here.
2014-10-04 FreeBirdLjjReplace `(void*)0` with `NULL`.
2014-09-30 Michael Göhleruse NULL instead of (void*)0
2014-09-30 Michael Göhlererror handing for malloc/fgetc - #25
2014-09-30 Michael GöhlerMerge pull request #40 from FreeBirdLjj/issue#16
2014-09-28 FreeBirdLjjAdd sublime Text 3 project settings.
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öhlercleanup and small change of list spacing in #38 + short...
2014-09-27 Michael GöhlerMerge pull request #38 from FreeBirdLjj/issue#16
2014-09-27 FreeBirdLjjBugfix: for bug mistake HR as unordered list.
2014-09-26 FreeBirdLjjBugfix: set the right bits for unordered list.
2014-09-24 FreeBirdLjjParse and display list.
2014-09-24 FreeBirdLjjUse is_utf8() instead, for more readable.
2014-09-24 FreeBirdLjjUse the same coding style as other `i++`.
2014-09-22 Michael GöhlerMerge pull request #21 from ungureanuvladvictor/generic...