| 2023-01-20 12:05 | Fix issue with conceal/hidden mark !text! | Remy Noulin | 2 | +8 | -4 |
| 2022-12-26 19:20 | add effects in markdown syntax | Remy Noulin | 3 | +314 | -20 |
| 2022-12-26 19:19 | add _ for underline and __ for bold instead of underline | Remy Noulin | 2 | +2167 | -1603 |
| 2017-09-29 20:21 | create md4c sheepy spm package | Remy Noulin | 2 | +18 | -6 |
| 2017-09-11 09:07 | Avoid initializing strings with literals without '\0' terminator. | Martin Mitas | 1 | +12 | -9 |
| 2017-09-11 08:55 | md_build_attribute: Handle U+0000 character. | Martin Mitas | 3 | +43 | -32 |
| 2017-08-31 12:49 | Fix path in codecov.yml | Martin Mitas | 1 | +1 | -1 |
| 2017-08-30 14:06 | Merge branch 'master' of https://github.com/mity/md4c | Martin Mitas | 7 | +70 | -42 |
| 2017-08-30 14:05 | Add codecov.yml to ignore test dir in coverage reports. | Martin Mitas | 1 | +4 | -0 |
| 2017-08-01 22:41 | Bump version to 0.2.3. | Martin Mitas | 1 | +1 | -1 |
| 2017-08-01 22:40 | README.md: Upgrade CommonMark version to 0.28. | Martin Mitas | 1 | +1 | -1 |
| 2017-01-08 08:25 | md_is_link_destination_B: Apply new spec rules for parenthesis. | Martin Mitas | 1 | +9 | -10 |
| 2017-01-08 08:14 | md_process_inlines: Apply new spec rules for emph/strong emph. | Martin Mitas | 1 | +9 | -7 |
| 2017-08-01 22:37 | Upgrade to CommonMark specification 0.28. | Martin Mitas | 1 | +42 | -38 |
| 2017-07-24 19:17 | Improve/unify output of test scripts. | Martin Mitas | 2 | +24 | -9 |
| 2017-07-24 19:07 | pathological_tests.py: Add test for reference definition lookup. | Martin Mitas | 1 | +4 | -1 |
| 2017-07-24 22:26 | MD_MARK structure: Do not limit prev/next members to 24 bits. | Martin Mitas | 1 | +4 | -4 |
| 2017-07-24 22:08 | md_analyze_marks: Make the function inline. | Martin Mitas | 1 | +1 | -1 |
| 2017-07-24 21:59 | md_analyze_marks: Remove unneeded parameters. | Martin Mitas | 1 | +9 | -20 |
| 2017-07-24 21:14 | md_analyze_marks: Walk only required range of the marks. | Martin Mitas | 2 | +19 | -12 |
| 2017-07-24 18:17 | pathological_tests.py: Allow short option -p as a synonym of --program. | Martin Mitas | 1 | +1 | -1 |
| 2017-07-24 18:15 | pathological_tests.py: Allow Windowish line ends. | Martin Mitas | 1 | +2 | -2 |
| 2017-07-24 17:27 | Add pathological_tests.py from cmark. | Martin Mitas | 2 | +92 | -0 |
| 2017-07-24 18:09 | md_analyze_simple_pairing_mark: Fix the "rule of three". | Martin Mitas | 2 | +32 | -17 |
| 2017-07-24 17:42 | md_collect_marks: Minor refactorization of emhasis handler. | Martin Mitas | 1 | +19 | -18 |
| 2017-07-21 22:56 | md_build_attribute: Propagate NULL string if attribute is empty. | Martin Mitas | 1 | +1 | -1 |
| 2017-07-20 13:54 | Avoid heap allocations when building trivial MD_ATTRIBUTE. | Martin Mitas | 1 | +84 | -69 |
| 2017-07-18 17:04 | md_build_ref_def_hashtable: Fix variable conflict. | Martin Mitas | 1 | +4 | -4 |
| 2017-07-18 16:50 | Merge branch 'hash' | Martin Mitas | 2 | +512 | -151 |
| 2017-07-18 16:02 | Remove unused structure member. | Martin Mitas | 1 | +0 | -1 |
| 2017-07-15 16:40 | Add 2017 into copyright notes. | Martin Mitas | 8 | +31 | -7 |
| 2017-07-14 15:10 | md_analyze_permissive_email_autolink: Make it compatible with CMark-gfm. | Martin Mitas | 2 | +47 | -36 |
| 2017-07-14 14:49 | README.md: Minor update. | Martin Mitas | 1 | +7 | -4 |
| 2017-07-14 00:22 | render_url_escaped: Fix escaping of ampersand. | Martin Mitas | 2 | +2 | -2 |
| 2017-07-14 00:06 | Improve URL autolinks extension. | Martin Mitas | 6 | +199 | -58 |
| 2017-07-13 17:18 | Get rid of unneeded MD_LINK_REF_DEF::index. | Martin Mitas | 1 | +3 | -4 |
| 2017-07-13 16:54 | Improve lookup of link reference definitions. | Martin Mitas | 1 | +45 | -27 |
| 2017-07-13 14:23 | entity_lookup: Make it return UTF-32 codepoints. | Martin Mitas | 3 | +2154 | -2149 |
| 2017-07-12 21:30 | Implement strikethrough extension. | Martin Mitas | 7 | +104 | -11 |
| 2017-07-12 20:53 | md4c/md4c.h: MD_DIALECT_GITHUB does not imply MD_FLAG_PERMISSIVEATXHEADERS. | Martin Mitas | 1 | +1 | -1 |
| 2017-07-12 20:52 | md2html/md2html.c: Add options for Markdown dialect. | Martin Mitas | 1 | +10 | -0 |
| 2017-05-04 14:33 | Merge branch 'master' of https://github.com/mity/md4c | Martin Mitas | 1 | +26 | -39 |
| 2017-05-04 14:21 | md_is_link_reference_definition: Do not store multiple link definitions with same label. | Martin Mitas | 1 | +32 | -16 |
| 2017-01-04 15:41 | Bump version to 0.2.2 | Martin Mitas | 1 | +1 | -1 |
| 2017-01-04 20:57 | md_analyze_simple_pairing_mark: Fix gcc warning. | Martin Mitas | 1 | +4 | -3 |
| 2017-01-04 13:40 | Fix "rule of three" for emphasis resolution (issue #14). | Martin Mitas | 2 | +38 | -5 |
| 2017-01-04 14:04 | When splitting emphasis opener mark, we have to retain 'dummy' marks available for more splitting in the future (issue #15). | Martin Mitas | 2 | +36 | -23 |
| 2017-01-04 13:29 | md_rollback: Do not play with the mark flag MD_MARK_LEAF. | Martin Mitas | 1 | +2 | -16 |
| 2017-01-01 22:52 | md_link_label_eq: Remove harmful anti-optimization. | Martin Mitas | 1 | +0 | -4 |
| 2017-01-01 21:02 | md_collect_marks: Optimize in case of 8-bit encodings by eliminating some branches in the fast path. | Martin Mitas | 1 | +16 | -7 |
| 2017-01-01 20:39 | md_collect_marks: Optimize the fast path by making its loops tighter. | Martin Mitas | 1 | +8 | -8 |
| 2017-01-01 17:20 | md_collect_marks: Optimize fast path by some manual loop unrolling. | Martin Mitas | 1 | +14 | -4 |
| 2017-01-01 16:40 | Minor code cleanup. | Martin Mitas | 1 | +30 | -28 |
| 2017-01-01 16:26 | md_analyze_line: Optimize scanning for end of line. | Martin Mitas | 1 | +15 | -3 |
| 2017-01-01 15:18 | md_process_table_row: Fix possible errorneous free() on an error path. | Martin Mitas | 1 | +1 | -1 |
| 2016-12-27 23:02 | Add macros MD_DIALECT_COMMONMARK and MD_DIALECT_GITHUB. | Martin Mitas | 1 | +9 | -1 |
| 2016-12-27 21:47 | When parsing tables, pipes inside a link/image/code span cannot make cell boundary (issue #7). | Martin Mitas | 2 | +168 | -73 |
| 2016-12-21 18:17 | Propagate to renderer more info about lists (issue #13). | Martin Mitas | 2 | +51 | -20 |
| 2016-12-16 10:23 | .travis.yml: Add md2html to coveralls upload. | Martin Mitas | 1 | +1 | -1 |
| 2016-12-16 09:16 | render_html.c: Fix build with MSVC. | Martin Mitas | 1 | +9 | -0 |
| 2016-12-16 09:06 | Add some versioning info. | Martin Mitas | 2 | +14 | -0 |
| 2016-12-16 08:59 | render_html.c: Unify use of char versus MD_CHAR. | Martin Mitas | 1 | +11 | -11 |
| 2016-12-16 08:47 | md2html: Isolate HTML renderer into render_html.c (issue #8). | Martin Mitas | 4 | +558 | -432 |
| 2016-12-15 23:11 | md_analyze_line: A list item can begin with at most one blank line (issue #6). | Martin Mitas | 2 | +39 | -1 |
| 2016-12-15 22:57 | md_analyze_backtick: Ensire that code span opener and closer do not overlap. | Martin Mitas | 1 | +4 | -2 |
| 2016-12-15 15:47 | md_process_inlines: Fix when an expanded mark shadows some nested marks (issue #11). | Martin Mitas | 2 | +8 | -1 |
| 2016-12-15 12:18 | test/coverage.txt: Add some tests for higher code coverage. | Martin Mitas | 1 | +82 | -0 |
| 2016-12-15 10:29 | md_build_attr_append_substr: Fix leak on an error path (CID 1389262). | Martin Mitas | 1 | +1 | -0 |
| 2016-12-14 15:51 | md_enter_child_containers: Fix crash (issue #10). | Martin Mitas | 2 | +17 | -0 |
| 2016-12-12 22:23 | Implement support for entities outside normal text flow (issue #5). | Martin Mitas | 3 | +475 | -331 |
| 2016-12-12 22:31 | md_is_link_reference_definition: Fix handling of multiline label (issue #9). | Martin Mitas | 2 | +16 | -1 |
| 2016-12-12 17:04 | README.md: Improve wording. | Martin Mitas | 1 | +27 | -22 |
| 2016-12-07 22:56 | Handle images more like links. | Martin Mitas | 4 | +51 | -101 |
| 2016-12-07 22:24 | README.md: Minor update. | Martin Mitas | 1 | +4 | -3 |
| 2016-12-07 17:29 | Minor cleanup. | Martin Mitas | 1 | +9 | -10 |
| 2016-12-07 14:08 | md_do_normalize_string: Fix checking whether we are done. | Martin Mitas | 1 | +7 | -5 |
| 2016-12-07 14:00 | md_setup_fenced_code_detail: Fix size of temp. buffer. | Martin Mitas | 1 | +1 | -1 |
| 2016-12-07 13:29 | md_analyze_line: Fix prioritization of "brother" list item detection. | Martin Mitas | 1 | +52 | -25 |
| 2016-12-07 12:43 | md_do_normalize_string: Fix handling of escaped backslash ("\\"). | Martin Mitas | 1 | +7 | -6 |
| 2016-12-07 12:22 | Handle escapes in code fence info string. | Martin Mitas | 1 | +88 | -56 |
| 2016-12-07 12:04 | Handle escape sequences in link titles. | Martin Mitas | 1 | +33 | -21 |
| 2016-12-05 22:53 | README.md: Minor update. | Martin Mitas | 1 | +3 | -3 |
| 2016-12-05 20:25 | Fix typos. | Martin Mitas | 2 | +2 | -2 |
| 2016-12-05 20:17 | More fixes and enhancements to Windows Unicode support (issue #3). | Martin Mitas | 3 | +29 | -27 |
| 2016-12-05 19:54 | Rename MD4C_USE_UNICODE to MD4C_USE_UTF8. | Martin Mitas | 3 | +4 | -4 |
| 2016-12-05 12:45 | Fix UTF-16 sorrogate decoding (with -DMD4C_USE_UNICODE). | Martin Mitas | 2 | +16 | -16 |
| 2016-12-05 11:34 | md2html.c: No need for <stdint.h> | tin-pot | 1 | +1 | -2 |
| 2016-12-05 11:21 | Fix signed/unsigned comparisons. | tin-pot | 2 | +14 | -14 |
| 2016-12-05 10:24 | Fix md4c.c compilation with -DMD4C_USE_WIN_UNICODE. | Martin Mitas | 1 | +2 | -2 |
| 2016-12-05 10:13 | md_is_html_tag: Fix parsing unquoted attribute value (issue #2). | Martin Mitas | 3 | +48 | -3 |
| 2016-12-01 21:16 | md_analyze_line: Closing code fence cannot have list loosening effect. | Martin Mitas | 1 | +1 | -0 |
| 2016-12-04 19:53 | md_resolve_links: Minor cleanup. | Martin Mitas | 1 | +2 | -1 |
| 2016-12-04 19:48 | Fix crash caused by bad management of opener chains. | Martin Mitas | 1 | +26 | -13 |
| 2016-12-04 17:41 | md_resolve_links: Remove possible invalid initialization. | Martin Mitas | 1 | +1 | -1 |
| 2016-12-04 17:09 | md_build_img_alt: Fix crash when dealing with some mark types. | Martin Mitas | 1 | +1 | -1 |
| 2016-12-04 16:01 | Fix file permissions of python scripts. | Martin Mitas | 3 | +0 | -0 |
| 2016-12-01 21:09 | md_analyze_line: Fix blank lines inside a fenced code block when nested in a container. | Martin Mitas | 1 | +9 | -0 |
| 2016-12-01 20:48 | md_analyze_line: Blank line inside a blockquote cannot have a list loosening effect. | Martin Mitas | 1 | +3 | -1 |
| 2016-12-01 20:40 | md_process_all_blocks: Fix decrementing of ctx->n_containers | Martin Mitas | 1 | +1 | -1 |
| 2016-12-01 17:18 | md_analyze_line: Ordered list can interrupt paragraph only if start index is 1. | Martin Mitas | 1 | +7 | -1 |
| 2016-12-01 17:07 | md_process_all_blocks: Block quote cannot be "tight". | Martin Mitas | 1 | +6 | -0 |
| 2016-12-01 16:41 | md_analyze_line: Update MD_CONTAINER when switching to the brother list item. | Martin Mitas | 1 | +2 | -0 |
| 2016-12-01 15:52 | Handle empty list items. | Martin Mitas | 1 | +34 | -27 |
| 2016-12-01 10:51 | md_process_inlines: Handle line breaks inside (inline) raw HTML. | Martin Mitas | 1 | +10 | -0 |
| 2016-12-01 10:32 | md_analyze_line: Use ctx->code_indent_offset rather then encoded 4. | Martin Mitas | 1 | +1 | -1 |
| 2016-12-01 10:29 | md_analyze_line: Handle better indentation after list item mark. | Martin Mitas | 1 | +9 | -11 |
| 2016-11-30 22:41 | md4c.h: Update docs comments. | Martin Mitas | 1 | +33 | -31 |
| 2016-11-27 02:03 | README.md: Update. | Martin Mitas | 1 | +57 | -28 |
| 2016-11-26 23:50 | md_link_label_eq: Treat new line as an unicode whitespace. | Martin Mitas | 1 | +3 | -3 |
| 2016-11-26 23:39 | Fix some by-one errors when handling escapes. | Martin Mitas | 1 | +4 | -4 |
| 2016-11-26 23:37 | Handle escapes in link destinations. | Martin Mitas | 1 | +80 | -25 |
| 2016-11-26 23:09 | Fix typo. | Martin Mitas | 1 | +1 | -1 |
| 2016-11-26 22:37 | Fix nesting of links and images. | Martin Mitas | 1 | +32 | -11 |
| 2016-11-26 22:13 | md_is_container_mark: If indented as an indented code block, we cannot be a container start. | Martin Mitas | 1 | +3 | -0 |
| 2016-11-26 22:02 | Fix handling a backslash inside an autolink. | Martin Mitas | 1 | +4 | -3 |
| 2016-11-26 21:48 | Fix counting line indentation if '\t' is present. | Martin Mitas | 1 | +36 | -18 |
| 2016-11-26 20:57 | Fix handling of multi-backtick codespan mark if a backslash precedes. | Martin Mitas | 1 | +14 | -12 |
| 2016-11-26 19:32 | Limit length of code span marks to lower then 256 characters. | Martin Mitas | 1 | +15 | -8 |
| 2016-11-26 19:31 | Refactorize memory management of MD_LINK_REF_DEF structures. | Martin Mitas | 1 | +28 | -27 |
| 2016-11-26 13:08 | Minor clean-up. | Martin Mitas | 1 | +1 | -4 |
| 2016-11-26 13:00 | CMakeLists.txt: By default, do Release build. | Martin Mitas | 1 | +4 | -0 |
| 2016-11-25 14:17 | md_text_with_null_replacement: Fix endless loop on a NULL character. | Martin Mitas | 1 | +1 | -0 |
| 2016-11-24 23:02 | md_remove_line_breaks: Minor fixes. | Martin Mitas | 1 | +11 | -10 |
| 2016-11-24 22:50 | md_analyze_line: End raw HTML block prematurely if enclosing container ends. | Martin Mitas | 1 | +4 | -2 |
| 2016-11-24 15:09 | README.md: Minor update. | Martin Mitas | 1 | +2 | -0 |
| 2016-11-24 14:44 | README.md: Update. | Martin Mitas | 1 | +5 | -4 |
| 2016-11-24 14:40 | README.md: Add section about encoding. | Martin Mitas | 1 | +25 | -1 |
| 2016-11-24 14:04 | Fix build with MSVC. | Martin Mitas | 1 | +4 | -0 |
| 2016-11-24 13:34 | README.md: Update. | Martin Mitas | 1 | +36 | -100 |
| 2016-11-24 13:16 | Implement ordered lists. | Martin Mitas | 4 | +89 | -17 |
| 2016-11-24 12:16 | README.md: Fix some wording. | Martin Mitas | 1 | +1 | -1 |
| 2016-11-24 12:12 | Fix some corner cases with blank lines. | Martin Mitas | 1 | +6 | -3 |
| 2016-11-24 10:59 | Implement block quotes. | Martin Mitas | 2 | +56 | -12 |
| 2016-11-24 10:31 | Implement unordered lists. | Martin Mitas | 4 | +367 | -89 |
| 2016-11-23 12:37 | Remove parsing of block quotes. | Martin Mitas | 2 | +19 | -77 |
| 2016-11-23 10:20 | md_is_table_underline: Check there is at least one pipe on the line. | Martin Mitas | 1 | +6 | -0 |
| 2016-11-22 02:16 | md_setup_fenced_code_detail: Make sure we don't iterate beyond document end. | Martin Mitas | 1 | +2 | -2 |
| 2016-11-21 14:42 | Fix parsing link reference definitions with line breaks. | Martin Mitas | 1 | +2 | -2 |
| 2016-11-21 14:15 | md_is_inline_link_spec: Fix setting of *p_end. | Martin Mitas | 1 | +2 | -0 |
| 2016-11-21 08:47 | Implement tables. | Martin Mitas | 6 | +573 | -27 |
| 2016-11-21 09:33 | md_is_setext_underline: On succeess, update p_end to save caller some work. | Martin Mitas | 1 | +1 | -0 |
| 2016-11-21 08:48 | Fix macro MD_FLAG_PERMISSIVEAUTOLINKS. | Martin Mitas | 2 | +2 | -2 |
| 2016-11-21 01:48 | Fix gcc warning in Release build. | Martin Mitas | 1 | +1 | -1 |
| 2016-11-21 01:41 | md2html: Implement URL escaping. | Martin Mitas | 1 | +46 | -3 |
| 2016-11-21 01:08 | Implement images. | Martin Mitas | 4 | +135 | -9 |
| 2016-11-20 23:27 | Use first matching link reference definition. | Martin Mitas | 1 | +10 | -5 |
| 2016-11-20 23:17 | md_analyze_simple_pairing_mark: Fix handling of the "rule of three". | Martin Mitas | 1 | +3 | -2 |
| 2016-11-20 23:08 | Fix prcessing of link contents. | Martin Mitas | 1 | +34 | -7 |
| 2016-11-20 22:02 | Update README.md. | Martin Mitas | 1 | +2 | -2 |
| 2016-11-20 21:56 | Implement inline links. | Martin Mitas | 1 | +145 | -19 |
| 2016-11-20 01:17 | Fix gcc warnings when building Release build. | Martin Mitas | 1 | +9 | -4 |
| 2016-11-20 00:44 | When dealing with nested links, only the inner one is recognized as one. | Martin Mitas | 1 | +13 | -4 |
| 2016-11-19 23:57 | Migrate to CommonMark pecification 0.27. | Martin Mitas | 3 | +83 | -37 |
| 2016-11-19 23:48 | md_consume_link_reference_definitions: Fix when link references do not compose whole block. | Martin Mitas | 1 | +36 | -35 |
| 2016-11-19 23:16 | md2html: Fix name of link attribute 'title'. | Martin Mitas | 1 | +1 | -1 |
| 2016-11-19 23:10 | Fix detection of link label with escapes and new lines. | Martin Mitas | 1 | +14 | -6 |
| 2016-11-10 12:22 | Implement link reference definitions and, partially, link references. | Martin Mitas | 3 | +1293 | -117 |
| 2016-11-19 13:59 | Refactor to enhance readability of the code. | Martin Mitas | 1 | +118 | -113 |
| 2016-11-19 12:38 | Better Unicode support. | Martin Mitas | 3 | +99 | -11 |
| 2016-11-11 15:56 | Implement e-mail autolinks. | Martin Mitas | 1 | +85 | -12 |
| 2016-11-07 18:46 | Refactorize to allow procesing more blocks at once. | Martin Mitas | 1 | +456 | -267 |
| 2016-11-07 19:50 | md_collect_marks: Optimize the function. | Martin Mitas | 1 | +73 | -26 |
| 2016-11-07 18:48 | Fix typo in debug output. | Martin Mitas | 1 | +1 | -1 |
| 2016-11-07 16:47 | md_analyze_lt_gt: Fix assertion condition. | Martin Mitas | 1 | +4 | -4 |
| 2016-11-07 16:46 | For Debug build, #define macro DEBUG. | Martin Mitas | 1 | +2 | -0 |
| 2016-10-22 21:36 | Get rid of unneeded variables. | Martin Mitas | 1 | +6 | -11 |
| 2016-10-24 08:58 | scripts/coverity.sh: chmod 755 | Martin Mitas | 1 | +0 | -0 |
| 2016-10-14 21:29 | md_is_html_declaration: Fix possible access beyond document buffer. | Martin Mitas | 1 | +1 | -2 |
| 2016-10-14 17:59 | README.md: Minor update. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-14 17:56 | Implement permissive autolinks extensions. | Martin Mitas | 7 | +364 | -38 |
| 2016-10-14 14:10 | Minor comment cleanup. | Martin Mitas | 1 | +9 | -5 |
| 2016-10-14 09:03 | md_process_doc: Fix use after free (via realloc()). | Martin Mitas | 1 | +9 | -5 |
| 2016-10-14 01:03 | md_rollback: Optimize. | Martin Mitas | 1 | +64 | -29 |
| 2016-10-13 21:10 | Minor cleanup. | Martin Mitas | 1 | +33 | -35 |
| 2016-10-13 21:06 | Simplify logging. No <stdargs.h> needed. | Martin Mitas | 1 | +18 | -26 |
| 2016-10-13 20:38 | Implement "rule of three". | Martin Mitas | 1 | +20 | -4 |
| 2016-10-13 17:04 | Implement emphasis and strong emphasis. | Martin Mitas | 4 | +229 | -59 |
| 2016-10-13 17:31 | md_is_html_block_end_condition: Improve the function so we do just a single scan of lines inside the HTML block. | Martin Mitas | 1 | +68 | -31 |
| 2016-10-13 16:29 | md_collect_marks: Make a branch to be more friendly | Martin Mitas | 1 | +1 | -1 |
| 2016-10-13 16:28 | Fix character classification checks to deal with signed as well usnigned char. | Martin Mitas | 1 | +9 | -9 |
| 2016-10-11 11:22 | Fix branching on initialized variable. | Martin Mitas | 1 | +2 | -4 |
| 2016-10-11 10:02 | Fix transforming a new line into space inside of a code span. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-11 09:13 | Fix #definition of MD_ASSERT and MD_UNREACHABLE for non-debug gcc builds. | Martin Mitas | 1 | +7 | -4 |
| 2016-10-11 00:34 | Implement autolinks. | Martin Mitas | 4 | +117 | -23 |
| 2016-10-11 00:43 | md_is_html_tag: The tag name cannot contain ':', '.' or '_'. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-10 23:19 | scripts/run-tests.sh: Fix permissions. | Martin Mitas | 1 | +0 | -0 |
| 2016-10-10 23:11 | scripts/run-tests.sh: Fix typo. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-10 23:10 | Incorporate the specification testsuite from CommonMark. | Martin Mitas | 9 | +9783 | -26 |
| 2016-10-10 22:38 | Minor clean up of README.md. | Martin Mitas | 1 | +3 | -3 |
| 2016-10-10 22:36 | Implement insecure character (NULL) replacement. | Martin Mitas | 4 | +81 | -13 |
| 2016-10-10 21:52 | Optmize the structure MD_MARK for size. | Martin Mitas | 1 | +30 | -28 |
| 2016-10-10 18:01 | Refactorize/improve analysis of inlines. | Martin Mitas | 1 | +331 | -140 |
| 2016-10-08 23:12 | Minor cleanup. | Martin Mitas | 1 | +9 | -6 |
| 2016-10-08 22:53 | Fix: Code spans and raw HTML have same precedence. | Martin Mitas | 1 | +1 | -2 |
| 2016-10-08 22:42 | Fix: By default, do not collapse whitespace. | Martin Mitas | 3 | +10 | -6 |
| 2016-10-08 22:26 | Fix: Handle empty blockquotes correctly. | Martin Mitas | 1 | +1 | -6 |
| 2016-10-08 22:16 | Fix: Blank line cannot be part of an indented code block if block quote level differs. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-08 22:08 | Fix: Check fir indented code block with higher priority then for blockquote. | Martin Mitas | 1 | +10 | -10 |
| 2016-10-08 22:03 | Fix: HTML block type 7 cannot interrupt paragraph. | Martin Mitas | 1 | +5 | -0 |
| 2016-10-08 21:55 | Minor fixes. | Martin Mitas | 1 | +14 | -7 |
| 2016-10-08 21:37 | Fix: Check for HTML block continuation after checking for blockquote mark. | Martin Mitas | 1 | +10 | -10 |
| 2016-10-08 21:30 | md2html: Output new-line after "</blockquote>". | Martin Mitas | 1 | +1 | -1 |
| 2016-10-08 21:22 | Fix: Fenced code info string can contain more then just a language name. | Martin Mitas | 2 | +17 | -5 |
| 2016-10-08 21:14 | Fix: Stop fenced code block if blockquote level changes. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-08 20:59 | Fix: Fence code block indetation base is defined by indentation of opening code fence. | Martin Mitas | 1 | +6 | -0 |
| 2016-10-08 20:37 | Fix: Handle empty and/or unclosed fenced code block. | Martin Mitas | 1 | +11 | -6 |
| 2016-10-08 20:21 | Fix: Strip blank lines at start and end of indented code block. | Martin Mitas | 1 | +21 | -1 |
| 2016-10-08 20:11 | Fix: Do not right trim lines in code block. | Martin Mitas | 1 | +4 | -2 |
| 2016-10-08 20:06 | Fix: Setext underline has to have same blokquote level to recognize it as such. | Martin Mitas | 1 | +6 | -2 |
| 2016-10-08 19:31 | Remove bogus duplicated piece of code. | Martin Mitas | 1 | +0 | -11 |
| 2016-10-08 19:09 | Fix misdetection of HTML block starting condition type 7. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-08 19:03 | Fix parsing of settext header underline. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-08 18:55 | Fix parsing of ATX headers. | Martin Mitas | 1 | +3 | -2 |
| 2016-10-08 18:53 | Fixes for parsing thematic breaks. | Martin Mitas | 1 | +6 | -1 |
| 2016-10-08 18:46 | Fix handlint of '\t' in some situations. | Martin Mitas | 1 | +3 | -2 |
| 2016-10-08 18:04 | mplement raw HTML spans. | Martin Mitas | 3 | +373 | -26 |
| 2016-10-07 18:39 | Implement entities. | Martin Mitas | 7 | +2436 | -27 |
| 2016-10-06 21:50 | Implement code spans. | Martin Mitas | 4 | +214 | -38 |
| 2016-10-06 19:29 | Minor clean-up and refactorization. | Martin Mitas | 1 | +42 | -37 |
| 2016-10-06 19:15 | scripts/run-commonmark-tests.sh: Make the script more robust. | Martin Mitas | 1 | +15 | -1 |
| 2016-10-06 19:00 | Improve documentation comment of MD_RENDERER. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-06 18:47 | LICENSE.md: Use MIT license canonical wording. | Martin Mitas | 1 | +20 | -23 |
| 2016-10-06 10:55 | README.md: Improve readability by some minor reogranizing. | Martin Mitas | 1 | +3 | -4 |
| 2016-10-05 09:33 | '\\' at the end of block does not cause hard break. | Martin Mitas | 1 | +3 | -1 |
| 2016-10-05 00:33 | README.md: Add Coverity badge. | Martin Mitas | 1 | +1 | -0 |
| 2016-10-04 23:51 | Add script for building for Coverity scan. | Martin Mitas | 1 | +70 | -0 |
| 2016-10-04 20:13 | Implement rudimentary infrastructure support for parsing inlines. | Martin Mitas | 2 | +199 | -13 |
| 2016-10-04 21:32 | Fix macro ISXDIGIT_. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-04 19:52 | md_analyze_line: Fix detection of one-line HTML block. | Martin Mitas | 1 | +7 | -1 |
| 2016-10-04 19:28 | md_is_html_block_start_condition: Fix check for "<!--". | Martin Mitas | 1 | +1 | -1 |
| 2016-10-04 19:18 | Implement block quotes. | Martin Mitas | 4 | +62 | -3 |
| 2016-10-04 18:46 | Implement soft and hard line breaks. | Martin Mitas | 4 | +21 | -3 |
| 2016-10-04 18:34 | README.md: Minor update of current status. | Martin Mitas | 1 | +3 | -3 |
| 2016-10-04 18:31 | Rename MD_TEXT_CODEBLOCK to MD_TEXT_CODE. | Martin Mitas | 2 | +6 | -5 |
| 2016-10-04 18:29 | Implement raw HTML blocks. | Martin Mitas | 4 | +263 | -13 |
| 2016-10-04 17:48 | Implement fenced code blocks. | Martin Mitas | 3 | +143 | -3 |
| 2016-10-04 01:26 | Implemented indented code blocks. | Martin Mitas | 4 | +108 | -13 |
| 2016-10-04 00:34 | Update README.md. | Martin Mitas | 1 | +1 | -1 |
| 2016-10-04 00:27 | Implement Setext headers. | Martin Mitas | 2 | +47 | -1 |
| 2016-10-04 00:18 | Little code clean-up. | Martin Mitas | 2 | +56 | -43 |
| 2016-10-03 23:46 | Fixes of ATX header parsing. | Martin Mitas | 1 | +38 | -25 |
| 2016-10-03 23:11 | ATX header cannot eat multiple lines. | Martin Mitas | 1 | +2 | -2 |
| 2016-10-03 22:55 | Implement ATX headers. | Martin Mitas | 4 | +90 | -6 |
| 2016-10-03 22:36 | For MSVC, #define inline __inline. | Martin Mitas | 1 | +8 | -0 |
| 2016-10-03 22:18 | Implement thematic breaks (<hr>). | Martin Mitas | 4 | +60 | -8 |
| 2016-10-03 21:51 | README.md: Add badge of code coverage. | Martin Mitas | 1 | +1 | -0 |
| 2016-10-03 21:44 | .travis.yml: Yet another fix for coverage upload. | Martin Mitas | 1 | +2 | -2 |
| 2016-10-03 21:36 | .travis.yml: Fix coverage upload. | Martin Mitas | 1 | +2 | -2 |
| 2016-10-03 21:11 | .trevis.yml: Create coverage data and upload them to coverage.io. | Martin Mitas | 1 | +3 | -1 |
| 2016-10-03 19:49 | .travis.yml: Install python3 and run tests only in 'after_success' phase. | Martin Mitas | 1 | +3 | -1 |
| 2016-10-03 19:43 | Merge branch 'master' of https://github.com/mity/md4c | Martin Mitas | 2 | +11 | -0 |
| 2016-10-03 18:52 | README.md: Add CI build status badges. | Martin Mitas | 1 | +2 | -0 |
| 2016-10-03 18:46 | Add recipe for continuous integration builds on https://appveyor.com. | Martin Mitas | 1 | +29 | -0 |
| 2016-10-03 18:38 | Do not change build output dir. | Martin Mitas | 1 | +0 | -1 |
| 2016-10-03 18:28 | Add recipe for continuous integration builds on https://travis-ci.org | Martin Mitas | 1 | +16 | -0 |
| 2016-10-03 18:17 | Initial commit. | Martin Mitas | 10 | +1510 | -0 |