Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 69e914b1 | 2019-02-03 13:29:47 | README.md: Minor wording enhancements. | ||
| c3c1f9b0 | 2017-09-29 23:37:31 | README.md: Minor fix. | ||
| a2d8c37b | 2017-08-13 11:24:24 | README.md: Improve badge labels. | ||
| 4f4bbcaa | 2017-08-13 10:47:48 | Migrate code coverage reporting from coveralls.io to codecov.io. | ||
| 70925cac | 2017-08-02 00:40:27 | README.md: Upgrade CommonMark version to 0.28. | ||
| a83db2b7 | 2017-07-14 16:49:42 | README.md: Minor update. | ||
| 25a156ee | 2017-07-12 23:30:14 | Implement strikethrough extension. | ||
| 232ceeac | 2016-12-16 00:11:23 | md_analyze_line: A list item can begin with at most one blank line (issue #6). Hacky. I very dislike it, but it brings us full CommonMark 0.27 compliance. Hallelujah. | ||
| a4d4f463 | 2016-12-12 18:04:14 | README.md: Improve wording. | ||
| b7f37ae6 | 2016-12-07 23:24:17 | README.md: Minor update. | ||
| 29524387 | 2016-12-05 23:53:30 | README.md: Minor update. | ||
| 6c90b37f | 2016-12-05 21:17:45 | More fixes and enhancements to Windows Unicode support (issue #3). * Rename MD4C_USE_WIN_UNICODE to MD4C_USE_UTF16. * Update and improve related documentation in README.md. | ||
| f9e58913 | 2016-12-05 20:54:37 | Rename MD4C_USE_UNICODE to MD4C_USE_UTF8. | ||
| 7d20152c | 2016-12-05 13:45:57 | Fix UTF-16 sorrogate decoding (with -DMD4C_USE_UNICODE). See https://github.com/mity/md4c/pull/1#issuecomment-264842360 | ||
| 13ce09b7 | 2016-11-27 03:03:16 | README.md: Update. | ||
| 1d8a4e72 | 2016-11-24 16:09:44 | README.md: Minor update. | ||
| b712bc56 | 2016-11-24 15:44:58 | README.md: Update. | ||
| 8a540274 | 2016-11-24 15:40:01 | README.md: Add section about encoding. | ||
| 6a1268a7 | 2016-11-24 14:34:12 | README.md: Update. | ||
| 54028ed7 | 2016-11-24 14:16:47 | Implement ordered lists. | ||
| ce319c19 | 2016-11-24 13:16:22 | README.md: Fix some wording. | ||
| 61f9e2cb | 2016-11-24 11:59:59 | Implement block quotes. | ||
| b86c7f28 | 2016-11-24 11:31:28 | Implement unordered lists. | ||
| 0887820d | 2016-11-23 13:37:16 | Remove parsing of block quotes. It is implemented in a wrong way and cannot be reasonaly extended to support other container blocks like lists. | ||
| be7fcc16 | 2016-11-21 09:47:31 | Implement tables. Note it is implemented as an extension. To enable it, the flag MD_FLAG_TABLES must be explicitly specified. | ||
| 20434c8a | 2016-11-21 02:08:34 | Implement images. | ||
| d4c01063 | 2016-11-20 23:02:39 | Update README.md. | ||
| 809e611b | 2016-11-20 00:57:32 | Migrate to CommonMark pecification 0.27. | ||
| 1a247795 | 2016-11-10 13:22:29 | Implement link reference definitions and, partially, link references. | ||
| 545b0016 | 2016-10-14 19:59:42 | README.md: Minor update. | ||
| ef5f230f | 2016-10-14 19:56:05 | Implement permissive autolinks extensions. With MD_FLAG_PERMISSIVEURLAUTOLINKS, we treat not overly complicated URLs as autolinks even without '<' and '>'. With MD_FLAG_PERMISSIVEEMAILAUTOLINKS, we treat not overly complicated e-mail addresses as autolinks even without '<', '>' and without the 'mailto:' scheme. Also expanded md2html utility and tests to cover these. | ||
| 296c8318 | 2016-10-13 19:04:36 | Implement emphasis and strong emphasis. | ||
| a7899c05 | 2016-10-11 02:34:01 | Implement autolinks. | ||
| f6456e35 | 2016-10-11 00:38:41 | Minor clean up of README.md. | ||
| 2b740798 | 2016-10-11 00:36:39 | Implement insecure character (NULL) replacement. | ||
| 4f65b45b | 2016-10-08 20:04:38 | mplement raw HTML spans. | ||
| 87b41e1a | 2016-10-07 20:39:42 | Implement entities. | ||
| a284a382 | 2016-10-06 23:50:56 | Implement code spans. | ||
| 48e30ccf | 2016-10-06 12:55:57 | README.md: Improve readability by some minor reogranizing. | ||
| f06fe013 | 2016-10-05 02:33:06 | README.md: Add Coverity badge. | ||
| 6c47ec78 | 2016-10-04 22:13:44 | Implement rudimentary infrastructure support for parsing inlines. | ||
| 33258e68 | 2016-10-04 21:18:30 | Implement block quotes. | ||
| 279ec8f6 | 2016-10-04 20:46:10 | Implement soft and hard line breaks. | ||
| bf62fdfc | 2016-10-04 20:34:30 | README.md: Minor update of current status. | ||
| e0127581 | 2016-10-04 20:29:22 | Implement raw HTML blocks. | ||
| 43bd2844 | 2016-10-04 03:26:56 | Implemented indented code blocks. | ||
| 2589694f | 2016-10-04 02:34:02 | Update README.md. | ||
| ba504fda | 2016-10-04 02:27:43 | Implement Setext headers. | ||
| 0225f337 | 2016-10-04 00:55:32 | Implement ATX headers. | ||
| 63a92c08 | 2016-10-04 00:18:08 | Implement thematic breaks (<hr>). | ||
| 93edb71a | 2016-10-03 23:51:57 | README.md: Add badge of code coverage. | ||
| d4cf0383 | 2016-10-03 20:52:23 | README.md: Add CI build status badges. | ||
| efed58af | 2016-10-03 20:17:15 | Initial commit. |