forked from pool/ghc-commonmark-extensions
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-commonmark-extensions revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=26
This commit is contained in:
parent
db5053f67a
commit
84844c2c76
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:078847f996df468c3736fee50b469ad1903befb17a193247ad068e690c5bb70e
|
||||
size 37915
|
3
commonmark-extensions-0.2.3.6.tar.gz
Normal file
3
commonmark-extensions-0.2.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fb2c5bbaa3ec5334125071597fb940728888653e32b631ad8f8965c5d82462c
|
||||
size 38584
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 23:22:12 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <psimons@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user