README.md

Branch


Log

Author Commit Date CI Message
Martin Mitáš 32995469 2024-02-13T15:46:13 Few assorted typo and wording fixes.
Martin Mitáš b0783f8c 2024-01-28T09:02:29 README.md: Update CommonMark spec reference to 0.31.
Martin Mitas 4b5dd10e 2024-01-13T15:04:31 README.md: Add imgui_md to Software using MD4C. (And sort the items alphabetically.)
Martin Mitas 35ca9b0b 2024-01-11T01:09:35 Wording improvements in README.md.
Erich Erstu 4e5a6e6f 2024-01-08T21:57:40 Update README.md (#198) Added MarkDown Monolith Assembler to the list of software that uses md4c.
Martin Mitas a9b0b457 2023-12-12T19:44:04 Migrate CI from Travis and Appveyor to Github Workflows.
Martin Mitas d5f8cc29 2021-06-27T18:48:05 Update README.md and CHANGELOG.md.
Martin Mitas 3980028a 2020-08-03T16:57:45 README.md: Some minor improvements.
Martin Mitas 470b42c7 2020-07-28T08:12:57 README.md: Fix a typo.
Martin Mitas 1b437db5 2020-07-23T10:23:25 README.md: Small rewording.
Martin Mitas 2aa694a3 2020-07-22T10:52:29 README.md: Small clarification.
Martin Mitas 2ef9bc4f 2020-06-28T16:20:17 README.md: Small update.
Martin Mitas 84fddf48 2020-05-29T17:12:01 README.md: Small assorted updates.
Dominick C. Pastore 0baa0fe4 2020-04-29T11:59:12 Add a link to PyMD4C in README.md (#110)
Martin Mitas da6f519d 2019-12-16T11:58:36 README.md: Update to reflect the changes for the HTML converter.
Martin Mitas 2b294a2c 2020-02-18T10:24:21 README.md: Add QOwnNotes into SW using us.
Martin Mitas ebed9afa 2020-02-17T18:04:55 Migrate from travis-ci.org to travis-ci.com. See https://docs.travis-ci.com/user/migrate/open-source-on-travis-ci-com/
Martin Mitas e278609e 2020-02-15T12:05:23 README.md: Few more wording improvements.
Martin Mitas 259c94dd 2020-02-14T21:35:40 README.md: Minor wording improvements.
Martin Mitáš e6661f23 2020-01-10T19:27:10 Implement an underline extension. (#103) Closes #101.
Martin Mitas 64210986 2019-12-16T00:25:13 README.md: Add section about SW using MD4C.
Martin Mitas b06f912a 2019-12-14T14:06:46 README.md: Add missing info about wikilinks extension.
Martin Mitas 2eeff387 2019-12-13T20:45:20 README.md: Yet another minor update.
Martin Mitas 92175c48 2019-12-13T18:25:45 README.md: Few more wording improvements.
Martin Mitas b9fc0221 2019-12-13T13:49:48 README.md: Minor wording changes and typo fixes.
Martin Mitas 64bf660a 2019-12-13T13:24:08 Make the UTF-8 mode the default one. It was already the default when building with our CMakeLists.txt but it seems that for projectswich are just embedding our sources into their build so this change only affects projects embedding direcly our source files into their project.
Martin Mitas 753d916f 2019-12-11T14:55:10 README.md: Few more minor wording improvements.
Martin Mitas 6835cdd5 2019-12-11T14:30:59 README.md: A grammer fix.
Martin Mitas e0bbf449 2019-12-11T14:27:24 README.md: Update the README. * Improve some wording. * Add Documentation secion. * Add FAQ section. * Add link to markdown-wasm.
Martin Mitas db8e9fac 2019-12-06T04:13:23 README.md: Add logos to the badges.
Martin Mitas 13a5a4b4 2019-11-03T22:21:18 README.md: Update link to commonmark-d.
Martin Mitas 64a63d53 2019-10-03T20:21:00 README.md: Add link to commonmark-d as a port of MD4C for D language.
Martin Mitas 2e965941 2019-07-07T10:59:20 Add/improve docs for the LaTeX math spans.
Martin Mitas b2e60066 2019-05-30T15:59:22 README.md: Shorten an URL to improve line wrapping.
Martin Mitas 29dfdd91 2019-04-08T19:45:50 README.md and CHANGELOG.md: Update for spec 0.29.
Martin Mitas 1ea4b3e2 2019-02-11T10:10:26 README.md + CHANGELOG.md: More updates.
Martin Mitas 2c1dddc1 2019-02-11T09:29:53 README.md: Minor update.
Martin Mitáš 8e01a769 2019-02-10T22:58:42 Implement task lists. (#50) Fixes #30.
Lisandro Damián Nicanor Pérez Meyer 69fcc953 2019-02-07T16:04:16 Remove useless instructions. (#52) The library is built as a shared library by default. Adding a static configuration requires some more work, and probably not really needed, most people will just embed the code.
Lisandro Damián Nicanor Pérez Meyer 5f33d933 2019-02-07T15:54:25 Build md4c as a shared library. (#49) Build md4c as a shared library. - Define the current version in the main CMakeLists.txt, so it can be used within the project. - Define VERSION, SOVERSION and PUBLIC_HEADER as target properties. - Be able to install both libmd4c and md2html. - Create a pkg-config file. Fixes #48
Martin Mitas 69e914b1 2019-02-03T13:29:47 README.md: Minor wording enhancements.
Martin Mitas c3c1f9b0 2017-09-29T23:37:31 README.md: Minor fix.
Martin Mitas a2d8c37b 2017-08-13T11:24:24 README.md: Improve badge labels.
Martin Mitas 4f4bbcaa 2017-08-13T10:47:48 Migrate code coverage reporting from coveralls.io to codecov.io.
Martin Mitas 70925cac 2017-08-02T00:40:27 README.md: Upgrade CommonMark version to 0.28.
Martin Mitas a83db2b7 2017-07-14T16:49:42 README.md: Minor update.
Martin Mitas 25a156ee 2017-07-12T23:30:14 Implement strikethrough extension.
Martin Mitas 232ceeac 2016-12-16T00: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.
Martin Mitas a4d4f463 2016-12-12T18:04:14 README.md: Improve wording.
Martin Mitas b7f37ae6 2016-12-07T23:24:17 README.md: Minor update.
Martin Mitas 29524387 2016-12-05T23:53:30 README.md: Minor update.
Martin Mitas 6c90b37f 2016-12-05T21: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.
Martin Mitas f9e58913 2016-12-05T20:54:37 Rename MD4C_USE_UNICODE to MD4C_USE_UTF8.
Martin Mitas 7d20152c 2016-12-05T13:45:57 Fix UTF-16 sorrogate decoding (with -DMD4C_USE_UNICODE). See https://github.com/mity/md4c/pull/1#issuecomment-264842360
Martin Mitas 13ce09b7 2016-11-27T03:03:16 README.md: Update.
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.