Age | Commit message (Expand) | Author |
2016-03-12 | Switch from "inline" to "CMARK_INLINE" | Nick Wellnhofer |
2016-02-12 | blocks: More documentation and refactoring | Mathieu Duponchelle |
2016-02-10 | Removed unnecessary check for empty string_content. | John MacFarlane |
2016-02-10 | Revert "Simplified condition for lazy line." | John MacFarlane |
2016-02-09 | Factored out contains_inlines. | John MacFarlane |
2016-02-09 | Simplified condition for lazy line. | John MacFarlane |
2016-02-09 | Added code comments. | John MacFarlane |
2016-02-09 | Added code comment. | John MacFarlane |
2016-02-06 | Code cleanup: add function to test for space or tab. | John MacFarlane |
2016-02-06 | Use an assertion to check for in-range html_block_type. | John MacFarlane |
2016-02-06 | Merge branch 'refactor-S_processLine' of https://github.com/MathieuDuponchell... | John MacFarlane |
2016-02-06 | Fixed handling of tabs in lists. | John MacFarlane |
2016-02-07 | blocks: Factorize S_processLines | Mathieu Duponchelle |
2016-02-06 | Properly handle tabs with blockquotes and fenced blocks. | John MacFarlane |
2016-02-06 | Clarify logic in S_advance_offset. | John MacFarlane |
2016-02-06 | S_advance_offset: Only set partially_consumed_tab in columns mode. | John MacFarlane |
2016-02-05 | Simplified add_line (only need parser parameter). | John MacFarlane |
2016-02-05 | Properly handle partially consumed tab. | John MacFarlane |
2016-02-05 | Added partially_consumed_tab to parser. | John MacFarlane |
2016-02-05 | Fixed tabs in indentation. | John MacFarlane |
2016-01-07 | Allow multiline setext header content, as per spec. | John MacFarlane |
2015-12-28 | Reformat sources. | John MacFarlane |
2015-12-28 | Replaced hard-coded 4 with TAB_STOP. | John MacFarlane |
2015-12-28 | Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE. | John MacFarlane |
2015-12-28 | Use input not parser->curline to determine last line length. | John MacFarlane |
2015-12-22 | Rename hrule -> thematic_break. | John MacFarlane |
2015-12-22 | CMARK_NODE_HEADER -> CMARK_NODE_HEADING. | John MacFarlane |
2015-12-22 | Rename 'header' -> 'heading'. | John MacFarlane |
2015-12-19 | Use fully qualified versions of constants. | John MacFarlane |
2015-08-10 | Remove need to disable MSVC warning 4244 | Kevin Wojniak |
2015-08-09 | Fixed bug with HRULE after blank line. | John MacFarlane |
2015-08-09 | Check for empty string before trying to look at line ending. | John MacFarlane |
2015-08-09 | Make sure every line fed to S_process_line ends with `\n`. | John MacFarlane |
2015-08-08 | Treat line ending with EOF as ending with newline. | John MacFarlane |
2015-08-06 | Prefix utf8proc functions to avoid conflict with existing library | Kevin Wojniak |
2015-07-27 | Disallow list item starting with multiple blank lines. | John MacFarlane |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |
2015-07-16 | Allow tabs before closing ##s in ATX header | John MacFarlane |
2015-07-14 | astyle reformatting. | John MacFarlane |
2015-07-14 | Limit 'start' to 8 digits to avoid undefined behavior (overflows). | John MacFarlane |
2015-07-11 | Removed dependence on debug.h. | John MacFarlane |
2015-07-10 | Updates for new HTML block spec. | John MacFarlane |
2015-06-18 | Minor astyle reformatting. | John MacFarlane |
2015-06-17 | Fixed off-by-one error in line splitting routine. | John MacFarlane |
2015-06-16 | Added `CMARK_OPT_VALIDATE_UTF8` option. | John MacFarlane |
2015-06-16 | is_blank: recognize tab as a blank character. | John MacFarlane |
2015-06-16 | Removed utf8 validation. | John MacFarlane |
2015-06-16 | Renamed utf8proc_detab as utf8proc_check, removed detabbing function. | John MacFarlane |
2015-06-16 | Preliminary changes for new tab handling. | John MacFarlane |
2015-06-16 | astyle formatting changes. | John MacFarlane |