diff --git a/commonmark-extensions-0.2.3.5.tar.gz b/commonmark-extensions-0.2.3.5.tar.gz deleted file mode 100644 index a20409d..0000000 --- a/commonmark-extensions-0.2.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:078847f996df468c3736fee50b469ad1903befb17a193247ad068e690c5bb70e -size 37915 diff --git a/commonmark-extensions-0.2.3.6.tar.gz b/commonmark-extensions-0.2.3.6.tar.gz new file mode 100644 index 0000000..5c47406 --- /dev/null +++ b/commonmark-extensions-0.2.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb2c5bbaa3ec5334125071597fb940728888653e32b631ad8f8965c5d82462c +size 38584 diff --git a/ghc-commonmark-extensions.changes b/ghc-commonmark-extensions.changes index 41faea4..772f316 100644 --- a/ghc-commonmark-extensions.changes +++ b/ghc-commonmark-extensions.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Sep 13 23:22:12 UTC 2023 - Peter Simons + +- Update commonmark-extensions to version 0.2.3.6. + ## 0.2.3.6 + + * Fix pipe table parser so that `|`s don't interfere with + other block structures (Michael Howell, #111, fixing #52 and + #95). This parser is structured as a system that parses the + *second* line first, then parses the first line. That is, if + it detects a delimiter row as the second line of a + paragraph, it converts the paragraph into a table. This + seems counterintuitive, but it works better than trying to + convert a table into a paragraph, since it might need to be + something else. + + * Improve parsing of inline math (#110). + ------------------------------------------------------------------- Wed Jul 12 02:52:32 UTC 2023 - Peter Simons diff --git a/ghc-commonmark-extensions.spec b/ghc-commonmark-extensions.spec index ec79b08..6dd9df5 100644 --- a/ghc-commonmark-extensions.spec +++ b/ghc-commonmark-extensions.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.3.5 +Version: 0.2.3.6 Release: 0 Summary: Pure Haskell commonmark parser License: BSD-3-Clause