|
0832e113
|
2016-10-08T20:53:42
|
|
Fixes for parsing thematic breaks.
|
|
950b4d73
|
2016-10-08T20:46:33
|
|
Fix handlint of '\t' in some situations.
|
|
4f65b45b
|
2016-10-08T20:04:38
|
|
mplement raw HTML spans.
|
|
87b41e1a
|
2016-10-07T20:39:42
|
|
Implement entities.
|
|
60abbb27
|
2016-10-06T21:00:06
|
|
Improve documentation comment of MD_RENDERER.
|
|
931388c5
|
2016-10-06T20:47:12
|
|
LICENSE.md: Use MIT license canonical wording.
|
|
a284a382
|
2016-10-06T23:50:56
|
|
Implement code spans.
|
|
479a1179
|
2016-10-06T21:29:38
|
|
Minor clean-up and refactorization.
|
|
7d7f0d06
|
2016-10-06T21:15:23
|
|
scripts/run-commonmark-tests.sh: Make the script more robust.
|
|
48e30ccf
|
2016-10-06T12:55:57
|
|
README.md: Improve readability by some minor reogranizing.
|
|
c2eca50a
|
2016-10-05T11:33:25
|
|
'\\' at the end of block does not cause hard break.
|
|
f06fe013
|
2016-10-05T02:33:06
|
|
README.md: Add Coverity badge.
|
|
78674f0a
|
2016-10-05T01:51:04
|
|
Add script for building for Coverity scan.
|
|
6c47ec78
|
2016-10-04T22:13:44
|
|
Implement rudimentary infrastructure support for parsing inlines.
|
|
6a950886
|
2016-10-04T23:32:46
|
|
Fix macro ISXDIGIT_.
|
|
1a88b298
|
2016-10-04T21:52:04
|
|
md_analyze_line: Fix detection of one-line HTML block.
|
|
a0be9834
|
2016-10-04T21:28:23
|
|
md_is_html_block_start_condition: Fix check for "<!--".
|
|
33258e68
|
2016-10-04T21:18:30
|
|
Implement block quotes.
|
|
279ec8f6
|
2016-10-04T20:46:10
|
|
Implement soft and hard line breaks.
|
|
bf62fdfc
|
2016-10-04T20:34:30
|
|
README.md: Minor update of current status.
|
|
c91d636b
|
2016-10-04T20:31:26
|
|
Rename MD_TEXT_CODEBLOCK to MD_TEXT_CODE.
In text callback, caller should not care whether the code is inside a
block or inline span of code. Caller should just output it in the verbatim
form.
|
|
e0127581
|
2016-10-04T20:29:22
|
|
Implement raw HTML blocks.
|
|
d2da226c
|
2016-10-04T19:48:06
|
|
Implement fenced code blocks.
|
|
43bd2844
|
2016-10-04T03:26:56
|
|
Implemented indented code blocks.
|
|
2589694f
|
2016-10-04T02:34:02
|
|
Update README.md.
|
|
ba504fda
|
2016-10-04T02:27:43
|
|
Implement Setext headers.
|
|
80984c98
|
2016-10-04T02:18:47
|
|
Little code clean-up.
|
|
1ff00d68
|
2016-10-04T01:46:36
|
|
Fixes of ATX header parsing.
|
|
02061353
|
2016-10-04T01:11:46
|
|
ATX header cannot eat multiple lines.
|
|
0225f337
|
2016-10-04T00:55:32
|
|
Implement ATX headers.
|
|
d5535bd5
|
2016-10-04T00:36:02
|
|
For MSVC, #define inline __inline.
This fixes build in MSVC.
|
|
63a92c08
|
2016-10-04T00:18:08
|
|
Implement thematic breaks (<hr>).
|
|
93edb71a
|
2016-10-03T23:51:57
|
|
README.md: Add badge of code coverage.
|
|
50f2184a
|
2016-10-03T23:44:39
|
|
.travis.yml: Yet another fix for coverage upload.
|
|
a2e938f1
|
2016-10-03T23:36:49
|
|
.travis.yml: Fix coverage upload.
|
|
fa20bb01
|
2016-10-03T23:11:00
|
|
.trevis.yml: Create coverage data and upload them to coverage.io.
|
|
47b68427
|
2016-10-03T21:49:51
|
|
.travis.yml: Install python3 and run tests only in 'after_success' phase.
|
|
5e9951a7
|
2016-10-03T21:43:13
|
|
Merge branch 'master' of https://github.com/mity/md4c
|
|
2d21382f
|
2016-10-03T21:41:13
|
|
Run CommonMark testsuite when building on travis.ci.org.
|
|
d4cf0383
|
2016-10-03T20:52:23
|
|
README.md: Add CI build status badges.
|
|
43084eac
|
2016-10-03T20:46:33
|
|
Add recipe for continuous integration builds on https://appveyor.com.
|
|
818dd387
|
2016-10-03T20:38:11
|
|
Do not change build output dir.
It causes filename coflict on Unix systems: Linker cannot output 'md2html'
if a subdirectory of the same name exists.
|
|
33fb79f0
|
2016-10-03T20:28:12
|
|
Add recipe for continuous integration builds on https://travis-ci.org
|
|
efed58af
|
2016-10-03T20:17:15
|
|
Initial commit.
|