README.md


Log

Author Commit Date CI Message
Martin Mitas 1d8a4e72 2016-11-24T16:09:44 README.md: Minor update.
Martin Mitas b712bc56 2016-11-24T15:44:58 README.md: Update.
Martin Mitas 8a540274 2016-11-24T15:40:01 README.md: Add section about encoding.
Martin Mitas 6a1268a7 2016-11-24T14:34:12 README.md: Update.
Martin Mitas 54028ed7 2016-11-24T14:16:47 Implement ordered lists.
Martin Mitas ce319c19 2016-11-24T13:16:22 README.md: Fix some wording.
Martin Mitas 61f9e2cb 2016-11-24T11:59:59 Implement block quotes.
Martin Mitas b86c7f28 2016-11-24T11:31:28 Implement unordered lists.
Martin Mitas 0887820d 2016-11-23T13: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.
Martin Mitas be7fcc16 2016-11-21T09:47:31 Implement tables. Note it is implemented as an extension. To enable it, the flag MD_FLAG_TABLES must be explicitly specified.
Martin Mitas 20434c8a 2016-11-21T02:08:34 Implement images.
Martin Mitas d4c01063 2016-11-20T23:02:39 Update README.md.
Martin Mitas 809e611b 2016-11-20T00:57:32 Migrate to CommonMark pecification 0.27.
Martin Mitas 1a247795 2016-11-10T13:22:29 Implement link reference definitions and, partially, link references.
Martin Mitas 545b0016 2016-10-14T19:59:42 README.md: Minor update.
Martin Mitas ef5f230f 2016-10-14T19: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.
Martin Mitas 296c8318 2016-10-13T19:04:36 Implement emphasis and strong emphasis.
Martin Mitas a7899c05 2016-10-11T02:34:01 Implement autolinks.
Martin Mitas f6456e35 2016-10-11T00:38:41 Minor clean up of README.md.
Martin Mitas 2b740798 2016-10-11T00:36:39 Implement insecure character (NULL) replacement.
Martin Mitas 4f65b45b 2016-10-08T20:04:38 mplement raw HTML spans.
Martin Mitas 87b41e1a 2016-10-07T20:39:42 Implement entities.
Martin Mitas a284a382 2016-10-06T23:50:56 Implement code spans.
Martin Mitas 48e30ccf 2016-10-06T12:55:57 README.md: Improve readability by some minor reogranizing.
Martin Mitas f06fe013 2016-10-05T02:33:06 README.md: Add Coverity badge.
Martin Mitas 6c47ec78 2016-10-04T22:13:44 Implement rudimentary infrastructure support for parsing inlines.
Martin Mitas 33258e68 2016-10-04T21:18:30 Implement block quotes.
Martin Mitas 279ec8f6 2016-10-04T20:46:10 Implement soft and hard line breaks.
Martin Mitas bf62fdfc 2016-10-04T20:34:30 README.md: Minor update of current status.
Martin Mitas e0127581 2016-10-04T20:29:22 Implement raw HTML blocks.
Martin Mitas 43bd2844 2016-10-04T03:26:56 Implemented indented code blocks.
Martin Mitas 2589694f 2016-10-04T02:34:02 Update README.md.
Martin Mitas ba504fda 2016-10-04T02:27:43 Implement Setext headers.
Martin Mitas 0225f337 2016-10-04T00:55:32 Implement ATX headers.
Martin Mitas 63a92c08 2016-10-04T00:18:08 Implement thematic breaks (<hr>).
Martin Mitas 93edb71a 2016-10-03T23:51:57 README.md: Add badge of code coverage.
Martin Mitas d4cf0383 2016-10-03T20:52:23 README.md: Add CI build status badges.
Martin Mitas efed58af 2016-10-03T20:17:15 Initial commit.