Martin Mitas
|
f06fe013e2
|
README.md: Add Coverity badge.
|
2016-10-05 02:33:06 +02:00 |
|
Martin Mitas
|
78674f0a4e
|
Add script for building for Coverity scan.
|
2016-10-05 01:51:25 +02:00 |
|
Martin Mitas
|
6c47ec78b8
|
Implement rudimentary infrastructure support for parsing inlines.
|
2016-10-04 23:47:54 +02:00 |
|
Martin Mitas
|
6a9508866f
|
Fix macro ISXDIGIT_.
|
2016-10-04 23:33:15 +02:00 |
|
Martin Mitas
|
1a88b298b6
|
md_analyze_line: Fix detection of one-line HTML block.
|
2016-10-04 21:52:04 +02:00 |
|
Martin Mitas
|
a0be9834f4
|
md_is_html_block_start_condition: Fix check for "<!--".
|
2016-10-04 21:28:23 +02:00 |
|
Martin Mitas
|
33258e68bd
|
Implement block quotes.
|
2016-10-04 21:18:30 +02:00 |
|
Martin Mitas
|
279ec8f6d5
|
Implement soft and hard line breaks.
|
2016-10-04 20:46:10 +02:00 |
|
Martin Mitas
|
bf62fdfce0
|
README.md: Minor update of current status.
|
2016-10-04 20:34:30 +02:00 |
|
Martin Mitas
|
c91d636baf
|
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.
|
2016-10-04 20:31:26 +02:00 |
|
Martin Mitas
|
e01275811f
|
Implement raw HTML blocks.
|
2016-10-04 20:29:22 +02:00 |
|
Martin Mitas
|
d2da226c44
|
Implement fenced code blocks.
|
2016-10-04 19:48:06 +02:00 |
|
Martin Mitas
|
43bd28445b
|
Implemented indented code blocks.
|
2016-10-04 03:26:56 +02:00 |
|
Martin Mitas
|
2589694f15
|
Update README.md.
|
2016-10-04 02:34:02 +02:00 |
|
Martin Mitas
|
ba504fda74
|
Implement Setext headers.
|
2016-10-04 02:27:43 +02:00 |
|
Martin Mitas
|
80984c98c8
|
Little code clean-up.
|
2016-10-04 02:19:10 +02:00 |
|
Martin Mitas
|
1ff00d684d
|
Fixes of ATX header parsing.
|
2016-10-04 02:16:24 +02:00 |
|
Martin Mitas
|
0206135359
|
ATX header cannot eat multiple lines.
|
2016-10-04 01:11:46 +02:00 |
|
Martin Mitas
|
0225f337b4
|
Implement ATX headers.
|
2016-10-04 00:55:32 +02:00 |
|
Martin Mitas
|
d5535bd57a
|
For MSVC, #define inline __inline.
This fixes build in MSVC.
|
2016-10-04 00:36:02 +02:00 |
|
Martin Mitas
|
63a92c0862
|
Implement thematic breaks (<hr>).
|
2016-10-04 00:18:08 +02:00 |
|
Martin Mitas
|
93edb71a6c
|
README.md: Add badge of code coverage.
|
2016-10-03 23:51:57 +02:00 |
|
Martin Mitas
|
50f2184a4f
|
.travis.yml: Yet another fix for coverage upload.
|
2016-10-03 23:44:39 +02:00 |
|
Martin Mitas
|
a2e938f123
|
.travis.yml: Fix coverage upload.
|
2016-10-03 23:36:49 +02:00 |
|
Martin Mitas
|
fa20bb0131
|
.trevis.yml: Create coverage data and upload them to coverage.io.
|
2016-10-03 23:11:00 +02:00 |
|
Martin Mitas
|
47b68427c6
|
.travis.yml: Install python3 and run tests only in 'after_success' phase.
|
2016-10-03 21:49:51 +02:00 |
|
Martin Mitas
|
5e9951a706
|
Merge branch 'master' of https://github.com/mity/md4c
|
2016-10-03 21:43:13 +02:00 |
|
Martin Mitas
|
2d21382f57
|
Run CommonMark testsuite when building on travis.ci.org.
|
2016-10-03 21:42:45 +02:00 |
|
Martin Mitas
|
d4cf03839a
|
README.md: Add CI build status badges.
|
2016-10-03 20:52:23 +02:00 |
|
Martin Mitas
|
43084eac20
|
Add recipe for continuous integration builds on https://appveyor.com.
|
2016-10-03 20:46:33 +02:00 |
|
Martin Mitas
|
818dd38726
|
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.
|
2016-10-03 20:38:11 +02:00 |
|
Martin Mitas
|
33fb79f0d0
|
Add recipe for continuous integration builds on https://travis-ci.org
|
2016-10-03 20:28:12 +02:00 |
|
Martin Mitas
|
efed58af8e
|
Initial commit.
|
2016-10-03 20:22:25 +02:00 |
|