Commit Graph

  • c595c2ed00 md_process_verbatim_block_contents: Fix off by 1 error. Martin Mitas 2020-07-30 08:38:19 +0200
  • 470b42c752 README.md: Fix a typo. Martin Mitas 2020-07-28 08:12:57 +0200
  • 0c4d7f3d85 test/normalize.py: Use html.escape instead of cgi.escape. Martin Mitas 2020-07-28 07:18:23 +0200
  • 4ad801b771 Replace deprecated MD_RENDERER mentions in md4c.h. Nazar Vinnichuk 2020-07-26 23:12:57 +0300
  • 1b437db511 README.md: Small rewording. Martin Mitas 2020-07-23 10:23:25 +0200
  • 2aa694a395 README.md: Small clarification. Martin Mitas 2020-07-22 10:52:29 +0200
  • da27ee0dcd fix a comment typo in md4c-html.h, md_render_html -> md_html Evan Klitzke 2020-07-12 12:49:08 -0700
  • 5b1d5db07b Add .gitignore Chris White 2020-06-28 09:09:38 -0400
  • 2ef9bc4f14 README.md: Small update. Martin Mitas 2020-06-28 16:20:17 +0200
  • dec6e22b0e Fix entity rendering with MD_HTML_FLAG_VERBATIM_ENTITIES. Martin Mitas 2020-06-27 20:27:28 +0200
  • 7021024ded Bump version to 0.4.4. Martin Mitas 2020-05-29 17:21:21 +0200
  • 4e7da1c1cd CHANGELOG.md: Improve some wording. Martin Mitas 2020-05-29 17:16:22 +0200
  • 84fddf4848 README.md: Small assorted updates. Martin Mitas 2020-05-29 17:12:01 +0200
  • 3e5d64bf44
    Add missing <img /> tag to XHTML support (#116) Dominick C. Pastore 2020-05-29 10:42:38 -0400
  • 4eaa83b23f Update CHANGELOG.md. Martin Mitas 2020-05-20 17:17:16 +0200
  • 72dad97ed6 scripts/build_folding_map.py: Handle properly "ranges" of length 2. Martin Mitas 2020-05-20 16:44:07 +0200
  • 25096c7c98 CHANGELOG.md: Update. Martin Mitas 2020-05-07 23:14:59 +0200
  • 3d64d6be9b
    Update to Unicode 13.0 (#111) Dmitry Atamanov 2020-05-08 02:13:55 +0500
  • 47b21fb544 CHANGELOG.md: Fix the spelling of the HTML renderer flags. Martin Mitas 2020-05-04 12:57:41 +0200
  • ddcc1f34df HTML renderer: Add support for XHTML mode. Martin Mitas 2020-05-04 12:54:15 +0200
  • 0baa0fe43d
    Add a link to PyMD4C in README.md (#110) Dominick C. Pastore 2020-04-29 11:59:12 -0400
  • 37f57ed678
    Merge pull request #89 from mity/refactor Martin Mitáš 2020-04-28 08:11:28 +0200
  • 711fff1c8f CHANGELOG.md: Add a note about the new standalone HTML renderer lib. Martin Mitas 2020-04-28 08:08:18 +0200
  • 2728b9eb0f Move md2html utility to a standalone dir. Martin Mitas 2020-04-20 19:37:18 +0200
  • ce8c66060c Fix the build. Martin Mitas 2020-04-20 19:32:13 +0200
  • da6f519d86 README.md: Update to reflect the changes for the HTML converter. Martin Mitas 2019-12-16 11:58:36 +0100
  • 1f78c867ff Rename HTML renderer public identifier names. Martin Mitas 2019-08-09 10:29:55 +0200
  • 77c2669bd1 Update generating pkgconfig .pc files. Martin Mitas 2019-08-09 10:15:05 +0200
  • ed0ef280b3 Build the HTML renderer as a standalong library. Martin Mitas 2019-08-09 09:57:42 +0200
  • 7f2d880f9a Refactor dir structure. Martin Mitas 2019-08-09 09:50:24 +0200
  • f9da19972e md_is_link_reference_definition: Fix error paths. Martin Mitas 2020-03-14 11:20:07 +0100
  • d0e3ed79bf md2html: Skip UTF-8 BOM, if present in the input. Martin Mitas 2020-03-12 22:45:32 +0100
  • a4136b813d Get rid of IS_INPUT_STR() macro. Martin Mitas 2020-03-02 15:31:57 +0100
  • e33bb733bb md2html: Migrate to cmdline.[hc] from C-Reusables. Martin Mitas 2020-02-23 02:47:31 +0100
  • 2b294a2c21 README.md: Add QOwnNotes into SW using us. Martin Mitas 2020-02-18 10:24:21 +0100
  • ebed9afaf8 Migrate from travis-ci.org to travis-ci.com. Martin Mitas 2020-02-17 18:04:55 +0100
  • 9e6ab76c24 Minor fuzz-input cleanup. Martin Mitas 2020-02-17 12:41:50 +0100
  • 9b101afd35 Bump version 0.4.3. Martin Mitas 2020-02-17 12:15:21 +0100
  • cc9a9d28ca test/fuzz-test: Add some fuzzing testing initial input. Martin Mitas 2020-02-16 15:29:54 +0100
  • 5d7c35973e md_analyze_emph: Detect correctly opener chain when resolving the range. Martin Mitas 2020-02-16 13:46:16 +0100
  • e278609ee0 README.md: Few more wording improvements. Martin Mitas 2020-02-15 12:05:23 +0100
  • 259c94ddd4 README.md: Minor wording improvements. Martin Mitas 2020-02-14 21:35:40 +0100
  • e00a9e1a01 Travis CI: Enforce -Wdeclaration-after-statement -Werror and newer distro image. Martin Mitas 2020-02-13 12:47:23 +0100
  • 437427c8f5 CHANGELOG.md: Describe the recent changes for wiki-links. Martin Mitas 2020-02-13 11:37:01 +0100
  • 03119753d9 md_resolve_links: Fix scanning over dummy marks. Martin Mitas 2020-02-13 09:51:11 +0100
  • b4c30cd6e6 Improve wiki-link parsing. Martin Mitas 2020-02-13 02:23:03 +0100
  • df58278539 travis CI: Enforce -std=c89. Martin Mitas 2020-02-12 22:18:01 +0100
  • af1c0b11c4 Change all aux. buffers growing factor to 1.5. Martin Mitas 2020-01-27 11:52:07 +0100
  • 6709a869d4 MD_LINK_ATTR: Add flag title_needs_free. Martin Mitas 2020-01-16 17:09:41 +0100
  • 4eb4e1dc10 CHANGELOG.md: Remove the record for #104 because previous versions were not affected. Martin Mitas 2020-01-16 16:34:00 +0100
  • 403043bba3 md_mark_chain_append: Set next of the tail mark to -1. Martin Mitas 2020-01-16 16:15:08 +0100
  • 12175f7436 md2html.c: Improve --html output. Martin Mitas 2020-01-10 19:37:26 +0100
  • e6661f23dc
    Implement an underline extension. (#103) Martin Mitáš 2020-01-10 19:27:10 +0100
  • cafe872c3d md_analyze_link_contents: Simplify. Martin Mitas 2020-01-10 16:13:32 +0100
  • 82d7d087cc Rework/improve recognition of strike-through spans. Martin Mitas 2020-01-10 15:48:00 +0100
  • 78850528d9 Update copyright note year. Martin Mitas 2020-01-07 00:33:05 +0100
  • 561f52e05f md_is_autolink_email: Fix an off-by-one error. Martin Mitas 2020-01-05 18:33:46 +0100
  • 1a984d23d0 Minor code formatting clean-up. Martin Mitas 2020-01-05 18:07:37 +0100
  • fa75676efa md_build_ref_def_hashtable: Minor cleanup. Martin Mitas 2020-01-02 15:09:57 +0100
  • 9b0014e42d CHANGELOG.md: Minor wording improvement. Martin Mitas 2020-01-02 14:30:53 +0100
  • c9a3e1e992 Make md_strchr() macro calling strchr() (or wcschr())... Martin Mitas 2020-01-02 14:14:01 +0100
  • e1216dae9b Simplify/unify some temp. string buffer memory management. Martin Mitas 2020-01-02 14:04:01 +0100
  • b3739a42ad md_is_html_block_start_condition: Fix the MD4C_USE_UTF16 mode. Martin Mitas 2019-12-28 20:21:00 +0100
  • 64210986fe README.md: Add section about SW using MD4C. Martin Mitas 2019-12-16 00:25:13 +0100
  • b06f912adf README.md: Add missing info about wikilinks extension. Martin Mitas 2019-12-14 14:06:46 +0100
  • 2eeff38766 README.md: Yet another minor update. Martin Mitas 2019-12-13 20:45:20 +0100
  • 92175c48b3 README.md: Few more wording improvements. Martin Mitas 2019-12-13 18:25:45 +0100
  • b9fc02211a README.md: Minor wording changes and typo fixes. Martin Mitas 2019-12-13 13:49:48 +0100
  • 3f5ef0b69b CHANGELOG.md: Fix a typo. Martin Mitas 2019-12-13 13:41:53 +0100
  • 64bf660aab Make the UTF-8 mode the default one. Martin Mitas 2019-12-13 13:24:08 +0100
  • e3b14bbe98 render_html.c: Minor clean-up. Martin Mitas 2019-12-11 18:27:04 +0100
  • 6666db6daf render_html.c: Unify HTML escaping and URL escaping. Martin Mitas 2019-12-11 17:40:04 +0100
  • 753d916f88 README.md: Few more minor wording improvements. Martin Mitas 2019-12-11 14:55:10 +0100
  • 6835cdd5d7 README.md: A grammer fix. Martin Mitas 2019-12-11 14:30:59 +0100
  • e0bbf449eb README.md: Update the README. Martin Mitas 2019-12-11 14:27:24 +0100
  • 43bfa54d0f md2html.c: Fix printing input file name when output cannot be opened. (#99) niblo 2019-12-10 12:11:40 +0100
  • db8e9fac38 README.md: Add logos to the badges. Martin Mitas 2019-12-06 04:13:23 +0100
  • 4e2b37e47f Bump version to 0.4.2. Martin Mitas 2019-11-29 12:58:41 +0100
  • 46f25f0b47 md_analyze_emph: Call md_resolve_range() with proper chain. Martin Mitas 2019-11-12 21:48:26 +0100
  • 787642173e Bump version to 0.4.1 and fix CHANGELOG.md. Martin Mitas 2019-11-04 15:36:51 +0100
  • a6b37216a1 Bump version to 0.4.0. Martin Mitas 2019-11-04 15:30:17 +0100
  • e336e6404f Add support for Wiki links (#92) niblo 2019-11-04 15:20:59 +0100
  • ef85cfc278
    Simplify parsing of tables (#97) Martin Mitáš 2019-11-04 15:05:07 +0100
  • 993c7b9b88 Render LaTeX math into HTML as a tag <x-equation>... Martin Mitas 2019-11-03 23:32:46 +0100
  • 13a5a4b4ee README.md: Update link to commonmark-d. Martin Mitas 2019-11-03 22:21:18 +0100
  • e97d0250bb Link label comparision fixes. Martin Mitas 2019-11-03 13:44:29 +0100
  • 0354e1ab5a md_is_container_mark: Ordered list mark requires at least one digit. Martin Mitas 2019-10-04 22:34:08 +0200
  • 64a63d537f README.md: Add link to commonmark-d as a port of MD4C for D language. Martin Mitas 2019-10-03 20:21:00 +0200
  • 728f2af406 md_build_ref_def_hashtable: Do not allocate more memory then needed. Martin Mitas 2019-10-03 20:09:33 +0200
  • ae5ca89472 md2html/CMakeLists.txt: Use INSTALL(TARGETS) instead of INSTALL(PROGRAMS). Martin Mitas 2019-07-12 08:44:53 +0200
  • 9760636977 Fix the last test case in latex-math.txt. Martin Mitas 2019-07-07 11:19:21 +0200
  • 9e8b3548b5 Simplify some assertions. Martin Mitas 2019-07-07 11:16:23 +0200
  • 099ce69b04 Add missing file into git. Martin Mitas 2019-07-07 11:15:44 +0200
  • 2e965941ed Add/improve docs for the LaTeX math spans. Martin Mitas 2019-07-07 10:59:20 +0200
  • 8bac86aa43 Added support for LaTeX math (#87) Tilman Roeder 2019-07-07 09:46:10 +0100
  • f0de199060 Add man page for md2html program (#85) Craig Barnes 2019-06-24 21:56:50 +0100
  • 410bb41977 Bump version to 0.3.4. Martin Mitas 2019-06-19 17:04:48 +0200
  • b2e60066fd README.md: Shorten an URL to improve line wrapping. Martin Mitas 2019-05-30 15:59:22 +0200
  • ce8b5d9440 md_analyze_line: Blockquote with blank line can interrupt a paragraph. Martin Mitas 2019-05-27 22:16:35 +0200
  • 7d1cfbc124 CHANGELOG.md: Fix some wording. Martin Mitas 2019-05-23 22:50:37 +0200