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
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
2015-07-11
Factored out common bits of rendering into separate render module.
John MacFarlane
2015-07-05
astyle formatting improvements.
John MacFarlane
2015-07-05
commonmark writer: correctly handle email autolinks.
John MacFarlane
2015-06-07
Avoid strlen in commonmark.c
Nick Wellnhofer
2015-06-07
Convert code base to strbuf_t
Nick Wellnhofer
2015-06-06
astyle formatting changes.
John MacFarlane
2015-06-01
Fixed `is_autolink`.
John MacFarlane
2015-04-19
astyle reformatting.
John MacFarlane
2015-04-15
Check return status of utf8proc_iterate. Closes #27.
John MacFarlane
2015-03-30
Use strbuf_printf instead of snprintf.
John MacFarlane
2015-03-30
snprintf is not implemented in Visual Studio 2013 or earlier. Use _snprintf i...
Changjiang Yang
2015-03-29
commonmark - use strlen not strnlen for portability.
John MacFarlane
2015-03-29
commonmark renderer - render links as autolinks when appropriate.
John MacFarlane
[next]