Age | Commit message (Expand) | Author |
2020-05-13 | Fix unnecessary variable assignment. | John MacFarlane |
2020-01-25 | Fix URL check in is_autolink | Nick Wellnhofer |
2020-01-25 | Fix null pointer deref in is_autolink | Nick Wellnhofer |
2020-01-23 | Rearrange struct cmark_node | Nick Wellnhofer |
2020-01-23 | Use C string instead of chunk for literal text | Nick Wellnhofer |
2020-01-23 | Use C string instead of chunk for link URL and title | Nick Wellnhofer |
2020-01-15 | Remove unused variable | Nick Wellnhofer |
2020-01-10 | commonmark renderer: better escaping in smart mode. | John MacFarlane |
2020-01-05 | commonmark.c - use size_t instead of int. | John MacFarlane |
2020-01-03 | fix -Wconst-qual warning | Saleem Abdulrasool |
2019-12-21 | Commonmark renderer: always use fences for code (#317). | John MacFarlane |
2019-12-21 | Ensure that consecutive indented code blocks aren't merged... | John MacFarlane |
2019-12-19 | Improve rendering of commonmark code spans with spaces. | John MacFarlane |
2019-04-06 | commonmark renderer: improve escaping. | John MacFarlane |
2018-10-04 | commonmark writer: use ~~~ fences if info string contains backtick. | John MacFarlane |
2018-08-25 | Code span spec changes. | John MacFarlane |
2017-07-11 | Use unsigned integer when shifting | Phil Turnbull |
2017-06-29 | Fixed undefined shift in commonmark writer. | John MacFarlane |
2016-06-24 | Reformatted. | John MacFarlane |
2016-06-06 | buffer: proper safety checks for unbounded memory | Vicent Marti |
2016-06-06 | Fix character type detection in commonmark.c | Nick Wellnhofer |
2016-06-02 | commonmark renderer: fixed code block as first in list item. | John MacFarlane |
2016-06-01 | renderer: no_linebreaks instead of no_wrap. | John MacFarlane |
2016-04-09 | Reformatted. | John MacFarlane |
2016-04-09 | Fixed a number of issues relating to line wrapping. | John MacFarlane |
2016-03-12 | Don't use variable length arrays | Nick Wellnhofer |
2016-03-12 | Switch from "inline" to "CMARK_INLINE" | Nick Wellnhofer |
2016-02-28 | Fix ctype(3) usage on NetBSD | Kamil Rytarowski |
2016-01-18 | Automatic code reformat. | John MacFarlane |
2016-01-18 | Merge branch 'master' of https://github.com/mbenelli/cmark into mbenelli-master | John MacFarlane |
2016-01-17 | commonmark: is_autolink - handle case where link has no children. | John MacFarlane |
2016-01-17 | Improved escaping in commonmark renderer. | John MacFarlane |
2016-01-17 | Commonmark renderer: use HTML comment to separate list from | John MacFarlane |
2016-01-17 | commonmark renderer: use 4-space indent for bullet lists. | John MacFarlane |
2016-01-16 | Use 2 space + cr for line break in commonmark output. | John MacFarlane |
2016-01-08 | Fixed get_containing_block logic in src/commonmark.c. | John MacFarlane |
2015-12-28 | Commonmark renderer: ensure that literal characters get escaped | John MacFarlane |
2015-12-28 | Rename NODE_HTML -> NODE_HTML_BLOCK, NODE_INLINE_HTML -> NODE_HTML_INLINE. | 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 | Commonmark renderer: ensure html blocks surrounded by blanks. | John MacFarlane |
2015-12-19 | Changed API for CUSTOM_BLOCK and CUSTOM_INLINE. | John MacFarlane |
2015-12-19 | Rename RAW_BLOCK -> CUSTOM_BLOCK, RAW_INLINE -> CUSTOM_INLINE. | John MacFarlane |
2015-12-19 | Added RAW_BLOCK and RAW_INLINE node types. | John MacFarlane |
2015-12-10 | Fix warnings about dropping const qualifier | Kevin Wojniak |
2015-12-01 | Fix "declaration shadows a local variable" | Kevin Wojniak |
2015-11-02 | Replaced sprintf with snprintf. | Marco Benelli |
2015-10-22 | commonmark: fix size_t to int | Kevin Wojniak |
2015-07-27 | Use clang-format, llvm style, for formatting. | John MacFarlane |