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
/
html.c
Age
Commit message (
Expand
)
Author
2020-01-23
Rearrange struct cmark_node
Nick Wellnhofer
2020-01-23
Improve packing of struct cmark_list
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for custom block contents
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for link URL and title
Nick Wellnhofer
2020-01-23
Use C string instead of chunk for code info and literal
Nick Wellnhofer
2019-03-17
Make rendering safe by default.
John MacFarlane
2016-06-06
cmark: Implement support for custom allocators
Vicent Marti
2016-03-18
Add library option to render softbreaks as spaces
Pavlo Kapyshin
2016-03-12
Don't use variable length arrays
Nick Wellnhofer
2016-03-12
Switch from "inline" to "CMARK_INLINE"
Nick Wellnhofer
2016-01-18
Merge branch 'master' of https://github.com/mbenelli/cmark into mbenelli-master
John MacFarlane
2016-01-10
html renderer - removed unnecessary check for 'fenced'.
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
Fixed bug in html renderer for custom nodes.
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-11-02
Replaced sprintf with snprintf.
Marco Benelli
2015-08-10
Remove need to disable MSVC warning 4244
Kevin Wojniak
2015-07-27
Use clang-format, llvm style, for formatting.
John MacFarlane
2015-07-25
html renderer - use sprintf to avoid strbuf_printf.
John MacFarlane
2015-07-14
astyle reformatting.
John MacFarlane
2015-07-13
Added `CMARK_OPT_SAFE` option and `--safe` command-line flag.
John MacFarlane
2015-07-01
html renderer: properly split info on first space char.
John MacFarlane
2015-06-16
astyle formatting changes.
John MacFarlane
2015-06-07
Avoid strlen in html.c
Nick Wellnhofer
2015-06-07
Convert code base to strbuf_t
Nick Wellnhofer
2015-06-06
astyle formatting changes.
John MacFarlane
2015-05-14
Store link URL and title as cmark_chunk
Nick Wellnhofer
2015-02-16
Made 'options' an int rather than a long.
John MacFarlane
2015-02-15
Removed unneeded include.
John MacFarlane
2015-02-15
Moved handling of --smart from renderer to parser.
John MacFarlane
2015-02-14
Added smart.c, smart.h with function abstracting smart punct rendering.
John MacFarlane
2015-02-14
astyle changes (code formatting only).
John MacFarlane
2015-02-14
Improved smart quote recognition.
John MacFarlane
2015-02-14
Added CMARK_OPT_SMARTPUNCT and --smart option.
John MacFarlane
2015-01-21
Removed unnecessary strbuf_free's.
John MacFarlane
2015-01-05
Reformatted code consistently with astyle.
John MacFarlane
2014-12-31
Remove useless void* cast
Nick Wellnhofer
2014-12-29
Added options parameter to renderers.
John MacFarlane
2014-12-28
Rename CMARK_NODE_LIST_ITEM -> CMARK_NODE_ITEM.
John MacFarlane
2014-12-16
Added 'literal' field to 'code' struct.
John MacFarlane
2014-12-16
HTML writer: fixed bug in detection of fenced code blocks.
John MacFarlane
2014-12-15
Re-added cmark_ prefix to strbuf and chunk.
John MacFarlane
2014-12-14
Use chunk for fenced code info, instead of strbuf.
John MacFarlane
2014-12-14
Use as.literal instead of string_content for HTML and code blocks.
John MacFarlane
2014-12-14
Added empty clauses for DOCUMENT node to html and man writers.
John MacFarlane
[next]