forked from pool/ghc-commonmark-extensions
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark-extensions revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=17
This commit is contained in:
parent
a6c90c568a
commit
2a5e9dda1e
3
commonmark-extensions-0.2.3.2.tar.gz
Normal file
3
commonmark-extensions-0.2.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52aef0c8101e5d553bfa72ae2dad8fc102336a31e5c2af150fcfbcfc04a4b9cc
|
||||
size 37074
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e9133e815786fd5a56ba3222b7b759a229db0a20af01cfe52cf7a54544df80b
|
||||
size 35947
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 18:23:50 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update commonmark-extensions to version 0.2.3.2.
|
||||
## 0.2.3.2
|
||||
|
||||
- Update lower version bounds for commonmark (#93, David
|
||||
Thrane Christiansen).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 2 21:26:16 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update commonmark-extensions to version 0.2.3.1.
|
||||
## 0.2.3.1
|
||||
|
||||
- `math` extension: don't fail when display math contains
|
||||
embedded inline math. See jgm/pandoc#7942.
|
||||
- Make math parsing more sophisticated.
|
||||
Count embeddings inside `{..}`, since math can contain
|
||||
e.g. `\text{...}` which itself contains math delimiters.
|
||||
- Small improvement in pipe table parsing.
|
||||
The old parser failed on some edge cases with extra whitespace
|
||||
after pipes (which we should just ignore).
|
||||
- `fancy_list` extension: improve list type ambiguity resolution (#89).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 12 17:57:58 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name commonmark-extensions
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.3
|
||||
Version: 0.2.3.2
|
||||
Release: 0
|
||||
Summary: Pure Haskell commonmark parser
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user