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
Age
Commit message (
Expand
)
Author
2019-07-05
print_usage(): Minor grammar fix, swap two words (#305)
Øyvind A. Holm
2019-04-23
Link executable with static or shared library
Nick Wellnhofer
2019-04-06
Resolve link references before creating setext header.
John MacFarlane
2019-04-06
commonmark renderer: improve escaping.
John MacFarlane
2019-04-06
render: only emit actual newline when escape mode is LITERAL.
John MacFarlane
2019-04-04
Update code span normalization...
John MacFarlane
2019-04-03
Allow empty `<>` link destination in reference link.
John MacFarlane
2019-03-28
Remove leftover includes of memory.h.
John MacFarlane
2019-03-26
Merge pull request #269 from foonathan/master
John MacFarlane
2019-03-26
Fix #289.
John MacFarlane
2019-03-23
Update spec; allow internal delimiter runs to match if...
John MacFarlane
2019-03-22
Include references.h in parser.h
John MacFarlane
2019-03-19
Update spec. Fix `[link](<foo\>)`.
John MacFarlane
2019-03-19
Define CMARK_OPT_SAFE for API compatibility.
John MacFarlane
2019-03-18
Remove deprecated call to add_compiler_export_flags()
Jonathan Müller
2019-03-17
Make rendering safe by default.
John MacFarlane
2019-03-17
Merge pull request #254 from github/empty-input
John MacFarlane
2019-03-17
Avoid gcc warning for uninitialized variable.
John MacFarlane
2019-03-17
Use hand-rolled scanner for thematic break.
John MacFarlane
2019-03-17
Do cheaper test first.
John MacFarlane
2019-03-17
Rename ends_with_blank_line with S_ prefix.
John MacFarlane
2019-03-17
Add CMARK_NODE__LAST_LINE_CHECKED flag.
John MacFarlane
2019-03-17
In ends_with_blank_line, call S_set_last_line_blank...
John MacFarlane
2019-03-17
Disallow unescaped ( in parenthesized link title.
John MacFarlane
2018-11-21
check for OpenBSD 5.9+
Ashe Connor
2018-11-20
Use pledge(2) on OpenBSD
Ashe Connor
2018-11-13
copy line/col info straight from opener/closer
Ashe Connor
2018-10-31
render.c: reset last_breakable after cr.
John MacFarlane
2018-10-08
Fix a typo in houdini_href_e.c
Felix Yan
2018-10-04
commonmark writer: use ~~~ fences if info string contains backtick.
John MacFarlane
2018-10-04
Update scanners for new info string rules.
John MacFarlane
2018-09-14
Merge pull request #257 from pclouds/xml-space-preserve
John MacFarlane
2018-09-09
Check for whitespace before reference title.
John MacFarlane
2018-09-05
build: only attempt to install MSVC system libraries on Windows
Saleem Abdulrasool
2018-08-26
Simplify code normalization, in line with spec change.
John MacFarlane
2018-08-25
Code span spec changes.
John MacFarlane
2018-07-07
Add xml:space="preserve" in XML output when appropriate
Nguyễn Thái Ngọc Duy
2018-06-11
Removed meta from list of block tags.
John MacFarlane
2018-04-14
Optimize S_find_first_nonspace.
John MacFarlane
2018-03-25
Allow spaces in link destination delimited with pointy brackets.
John MacFarlane
2018-03-25
Adjust max length of decimal/numeric entities.
John MacFarlane
2018-03-25
Fix inline raw HTML parsing.
John MacFarlane
2018-03-25
Don't allow list markers to be indented >= 4 spaces.
John MacFarlane
2018-02-20
Check for empty buffer when rendering
Phil Turnbull
2017-11-14
Generate export header for static-only build
Nick Wellnhofer
2017-11-05
Merge pull request #217 from github/upstream/limit-nested-parens
John MacFarlane
2017-11-02
Merge branch 'master' into upstream/inline-sourcepos
Ashe Connor
2017-10-19
Include GNUInstallDirs in src/CMakeLists.txt
Nick Wellnhofer
2017-10-12
Fixed regression in install dest for static library.
John MacFarlane
2017-10-10
Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.
John MacFarlane
[next]