Commit Graph

  • 659d6d2db0 build PIC cc Crypto City 2024-10-30 15:00:11 +0000
  • 10cf0e78de add a flag to allow any (most) characters in a url Crypto City 2024-10-27 09:28:24 +0000
  • 481fbfbdf7
    Check for hard breaks more carefully to avoid false positives... Martin Mitáš 2024-02-25 20:51:06 +0100
  • 64f36805b0
    Fix handling tab when removing trailing whitespace. Martin Mitáš 2024-02-25 16:24:50 +0100
  • 3848bfb6cc Make striketrough spans follow same flanking rules... Martin Mitáš 2024-02-21 08:51:05 +0100
  • 057915e089
    CI: Migrate codecov/codecov-action@v3 to @v4. (#241) Martin Mitáš 2024-02-17 15:01:46 +0100
  • 329954690e
    Few assorted typo and wording fixes. Martin Mitáš 2024-02-13 15:46:13 +0100
  • b85a59972f
    CHANGELOG.md: Fix link to an issue #238. Martin Mitáš 2024-02-07 15:05:44 +0100
  • a16575e9f5 CHANGELOG.md: Update. Martin Mitáš 2024-02-07 12:19:30 +0100
  • aa53f82c29 Introduce an overall limit to link. ref. defs instantiations. Martin Mitáš 2024-02-07 11:44:39 +0100
  • ad8d41127b
    Merge branch 'expand_ci' Martin Mitáš 2024-02-04 02:03:12 +0100
  • d1f967f82d
    CI: Remove bogus workflow step. Martin Mitáš 2024-02-04 02:00:19 +0100
  • 6c29f60737
    Merge pull request #237 from mity/expand_ci Martin Mitáš 2024-02-04 01:51:20 +0100
  • e7c4392cd1
    CI: Run test also on Windows runners. Martin Mitáš 2024-02-04 01:40:43 +0100
  • 94ad82abd0
    CI: Rework Windows build jobs to use nmake rather than Visual Studio solution. Martin Mitáš 2024-02-03 23:16:48 +0100
  • 7dcbffe75b
    CI: Add new job to make also Relase build on Linux. Martin Mitáš 2024-02-03 22:57:14 +0100
  • 30945d80f8
    md_is_link_label: Fix warning about potentially uninitialized variable... Martin Mitáš 2024-02-01 22:16:22 +0100
  • f37a89f5d7
    md_is_inline_link_spec: Use md_lookup_line() instead of walking. Martin Mitáš 2024-02-01 21:55:45 +0100
  • 729e6b8b32
    Bump version to 0.5.2. Martin Mitáš 2024-01-30 09:01:36 +0100
  • 485619fef7
    test/spec.txt: Upgrade to spec version 0.31.2. Martin Mitáš 2024-01-30 01:46:15 +0100
  • f852aaed31
    test/LICENSE: Update to reflect recent file renaming. Martin Mitáš 2024-01-28 20:37:08 +0100
  • 1883132b4e
    Update test/spec.txt from upstream. Martin Mitáš 2024-01-28 19:05:39 +0100
  • 2b8ad94463 Update CHANGELOG.md. Martin Mitáš 2024-01-28 09:45:15 +0100
  • 06b3ad8283
    Merge pull request #208 from mity/specupd Martin Mitáš 2024-01-28 09:34:21 +0100
  • 584d389759 Update CHANGELOG.md. Martin Mitáš 2024-01-28 09:16:47 +0100
  • b0783f8cb4 README.md: Update CommonMark spec reference to 0.31. Martin Mitáš 2024-01-28 09:02:29 +0100
  • a44a1cf89c Update tags for HTML block starting condition. Martin Mitas 2024-01-11 11:29:29 +0100
  • 4aea320a9e md_is_html_comment: Reflect updated spec.txt. Martin Mitas 2024-01-09 02:25:05 +0100
  • ef4dcd41df Updated spec.txt expands what's recognized as Unicode punctuation. Martin Mitas 2024-01-09 02:54:25 +0100
  • 136b39ace0 Update test/spec.txt from upstream. Martin Mitas 2024-01-09 02:10:43 +0100
  • 5bd6224147 Fix warning about a shadowed variable (with -Wshadow). Martin Mitáš 2024-01-28 08:10:06 +0100
  • 90f8d9646f Put all compiler option to one place and unify them for all targets. Martin Mitas 2024-01-26 10:23:36 +0100
  • 3e8048db2b Improve/unify approach to line indexing. Shawn Rutledge 2024-01-26 03:09:56 -0800
  • 5178c585af Fix uninitialized variable. Martin Mitas 2024-01-25 23:53:58 +0100
  • aeddaf587f Simplify and fix handling of newline in code span. Martin Mitas 2024-01-25 22:24:17 +0100
  • d082cdd8fe test/run-testsuite.py: Allow disabling normalisation on per-unittest basis. Martin Mitas 2024-01-25 21:25:26 +0100
  • 4933a89317 md2html: Add <meta charset="UTF-8"> with output with --full-html. Martin Mitas 2024-01-25 20:28:54 +0100
  • f46000c7fc Use UTF-8 in copyright notes. Martin Mitas 2024-01-24 09:49:59 +0100
  • 533b833121 md2html/cmdline.[ch]: Update from upstream. Martin Mitas 2024-01-24 09:48:53 +0100
  • 2cb4f23f37 md_collect_marks: Improve pre-test for '.'. Martin Mitas 2024-01-22 09:14:58 +0100
  • 23e7929bf4 md_analyze_permissive_autolink: Check left boundary asap. Martin Mitas 2024-01-22 09:10:25 +0100
  • 798b0bf2af codecov.yml: Remove the file. Martin Mitas 2024-01-21 16:30:02 +0100
  • 12df389a71 ci-build.yml: Explicitly name the checkout step. Martin Mitas 2024-01-21 16:28:48 +0100
  • 610bfdb510 Migrate from codecov bash uploader to github action. Martin Mitas 2024-01-21 16:19:31 +0100
  • fcd3ca13e3 Fix source indentation. Martin Mitas 2024-01-21 15:20:49 +0100
  • a3c510ac0b Improve coverage testing of UTF-8 routines. Martin Mitas 2024-01-21 14:11:47 +0100
  • cd7c326f1c Add code coverage test for MD_FLAG_COLLAPSEWHITESPACE. Martin Mitas 2024-01-21 13:20:38 +0100
  • 83e093fbfc md_opener_stack: Mark the default branch of switch as unreachable. Martin Mitas 2024-01-21 11:50:18 +0100
  • 0672f27c0c md_process_table_row: Remove not needed freeing of ptr_stack. Martin Mitas 2024-01-21 11:45:02 +0100
  • faf39849db md_is_html_cdata: Remove not needed max_end shrinking. Martin Mitas 2024-01-21 11:42:30 +0100
  • dec252d4be Bump version 0.5.1 and update CHANGELOG.md. Martin Mitas 2024-01-21 10:39:06 +0100
  • 65957f5369 Limit number of table columns to prevent explosion of output... Martin Mitas 2024-01-19 10:37:33 +0100
  • 70b247cf7d md_analyze_permissive_autolink: Accept path ending with '/'. Martin Mitas 2024-01-19 13:59:45 +0100
  • bbb43fe098 Rename PUSH_MARK() to ADD_MARK(). Martin Mitas 2024-01-18 17:30:44 +0100
  • 246e105dfb
    Refactor mark chains. (#224) Martin Mitáš 2024-01-18 17:22:54 +0100
  • 601ff05326 Fix handling new line at beginning/end of a code span. Martin Mitas 2024-01-18 16:28:16 +0100
  • c076698ab5 md_collect_marks: Get rid of helper vars line_beg, line_end. Martin Mitas 2024-01-18 16:10:46 +0100
  • 23b1416866 pathological-tests.py: Fix output if a test unit ends with non-zero exit code. Martin Mitas 2024-01-18 15:11:22 +0100
  • 087288312f md_rollback: Update outdated comment. Martin Mitas 2024-01-18 13:39:48 +0100
  • d40458b5b5 md_rollback: Simplify the function. Martin Mitas 2024-01-18 12:39:36 +0100
  • a08f6a05f1 Improve/fix latex math extension. Martin Mitas 2024-01-18 12:29:31 +0100
  • 3fc207affa Handle e-mail autolinks in a safer way. Martin Mitas 2024-01-18 10:56:12 +0100
  • 4728cd981d md_analyze_tilde: Pop from chain tail like other emphasis. Martin Mitas 2024-01-17 16:04:14 +0100
  • 006611b9ab md_analyze_dollar: Call md_rollback() only when resolving. Martin Mitas 2024-01-17 15:03:00 +0100
  • 2ba5e2c660 Make --replay-fuzz friendlier to work with in debugger. Martin Mitas 2024-01-17 14:48:57 +0100
  • f45dd4420e Add regression test for #213. Martin Mitas 2024-01-17 02:58:12 +0100
  • d955c495ee
    Rework permissive autolinks. (#220) Martin Mitáš 2024-01-17 02:48:57 +0100
  • a715b884ac Rename many files in test dir for better organization. Martin Mitas 2024-01-16 15:29:35 +0100
  • 4b9e4d7cdd Move one more forgotten regression test to regressions.txt. Martin Mitas 2024-01-16 15:32:21 +0100
  • 20cb74457b Merge branch 'test_opts' Martin Mitas 2024-01-16 15:10:57 +0100
  • 6685df9c50 Move all regression tests into new tests/regressions.txt. Martin Mitas 2024-01-16 15:09:33 +0100
  • 74e5f7a9a7 Tests: Specify md2html command line options for each example as needed. Martin Mitas 2024-01-16 14:56:09 +0100
  • 359406bfb2 Test: Add support for per-example command line options. Martin Mitas 2024-01-16 14:25:46 +0100
  • 0ac9f35d06 md_analyze_marks: Skip analyzing marks if... Martin Mitas 2024-01-16 09:53:41 +0100
  • b6777d7812 Wiki-links extension: Search for '|' only outside resolved ranges. Martin Mitas 2024-01-16 01:30:59 +0100
  • afeece2981 Fix line indentation calculation when interrupting list... Martin Mitas 2024-01-15 23:03:21 +0100
  • 481230f418 Bump version to 0.5.0. Martin Mitas 2024-01-15 08:34:21 +0100
  • 4b5dd10e4a README.md: Add imgui_md to Software using MD4C. Martin Mitas 2024-01-13 15:04:31 +0100
  • 716da8b01b CHANGELOG.md: Fix typo. Martin Mitas 2024-01-13 11:44:27 +0100
  • cf1226ddee Update CHANGELOG.md. Martin Mitas 2024-01-13 03:14:13 +0100
  • 7882942708 Fix some emphasis parsing issues. Martin Mitas 2024-01-13 02:59:35 +0100
  • 5592352fdb HTML declaration doesn't require whitespace before the closer. Martin Mitas 2024-01-13 00:30:08 +0100
  • 7497ea92b3 Allow tabs after setext header underline. Martin Mitas 2024-01-13 00:17:08 +0100
  • 2750d9fa3b Add tags <h2>...<h6> as triggers for HTML block type 6. Martin Mitas 2024-01-13 00:02:12 +0100
  • 0d10b60b19 Move test/fuzz-input/ to test/fuzzers/seed-corpus/. Martin Mitas 2024-01-12 22:44:31 +0100
  • 4a64fee2ee Bump copyright years. Martin Mitas 2024-01-11 13:12:55 +0100
  • 5204c30d40 md_is_html_block_end_condition: Fix return value. Martin Mitas 2024-01-11 12:41:40 +0100
  • f32a861efa md_end_current_block: Fix EOL handling. Martin Mitas 2024-01-11 12:20:23 +0100
  • 76abc636ad md_is_html_block_end_condition: Fix EOF handling. Martin Mitas 2024-01-11 12:09:22 +0100
  • 4a7246de40 md_is_inline_link_spec: Fix EOL checking. Martin Mitas 2024-01-11 11:55:38 +0100
  • af96a3f4f7 ci-fuzz.yml: Reenable "Upload Sarif" step. Martin Mitas 2024-01-11 10:57:02 +0100
  • 3e576b4938 Rename the fuzz test workflow. Martin Mitas 2024-01-11 10:49:05 +0100
  • 407b107e0b ci-fuzz.yml: .yml cannot have multiple "if" in one step. Martin Mitas 2024-01-11 10:42:27 +0100
  • 5933084293 ci-fuzz.yml: Disable step "Upload Sarif". Martin Mitas 2024-01-11 10:39:52 +0100
  • 85b971a34d Try to fix ci-fuzz.yml by fixing indentation. Martin Mitas 2024-01-11 10:01:00 +0100
  • 722cacad9d Try to fix ci-fuzz.yml by removing permissions {}. Martin Mitas 2024-01-11 09:56:07 +0100
  • 87d4f06349 Enable CI fuzzing via oss-fuzz project. Martin Mitas 2024-01-11 09:50:58 +0100
  • e25ea3d182 Update list of named entities. Martin Mitas 2024-01-11 03:34:24 +0100
  • 35ca9b0bdb Wording improvements in README.md. Martin Mitas 2024-01-11 01:09:35 +0100
  • 3209f9709a Update CHANGELOG.md. Martin Mitas 2024-01-11 01:06:59 +0100