index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
commonmark.c
Age
Commit message (
Expand
)
Author
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
2015-07-25
Avoided another use of strbuf_printf.
John MacFarlane
2015-07-25
commonmark renderer - use regular sprintf for list markers.
John MacFarlane
2015-07-14
astyle reformatting.
John MacFarlane
2015-07-12
commonmark renderer - escape !.
John MacFarlane
2015-07-12
commonmark writer - escape all #'s, not just at beginning of line.
John MacFarlane
2015-07-12
Fixed soft breaks in commonmark writer.
John MacFarlane
2015-07-12
Small cleanups.
John MacFarlane
2015-07-12
Use cmark_render_code_point in renderers.
John MacFarlane
2015-07-12
Removed options field from renderer struct.
John MacFarlane
2015-07-12
cmark_render: ensure final newline.
John MacFarlane
2015-07-12
commonmark renderer - don't need to manually adjust need_cr.
John MacFarlane
2015-07-11
Fixed some windows warnings.
John MacFarlane
2015-07-11
Restructured common renderer code.
John MacFarlane
2015-07-11
Rename cmark_render_state -> cmark_renderer.
John MacFarlane
[next]