forked from pool/ghc-commonmark-pandoc
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
623b5bf1b3 | ||
|
b78cb629f5 | ||
|
4fea073f4d | ||
|
0517cde0bf | ||
|
b28ddb5871 |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6190eb15bf2e0964cb1b206984f7613bd204b55469d11dff8fcca5488b097acd
|
|
||||||
size 5022
|
|
3
commonmark-pandoc-0.2.2.3.tar.gz
Normal file
3
commonmark-pandoc-0.2.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ea37d1ecb264385aeae0721d5bc1b538df8ef267992f9590fd7bb147dc535aca
|
||||||
|
size 5234
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 8 00:18:50 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update commonmark-pandoc to version 0.2.2.3.
|
||||||
|
## 0.2.2.3
|
||||||
|
|
||||||
|
- Avoid adding spurious extra data-pos attribute to wrapper
|
||||||
|
Div (#159).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 5 05:49:08 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update commonmark-pandoc to version 0.2.2.2.
|
||||||
|
## 0.2.2.2
|
||||||
|
|
||||||
|
- Add wrapper="1" when we need to add Div or Span. This is needed for
|
||||||
|
good round-tripping; a djot writer can see that this attribute
|
||||||
|
was added and remove the wrapping, adding the attributes directly
|
||||||
|
to the element.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 15 04:43:02 UTC 2024 - Peter Simons <psimons@suse.com>
|
Thu Feb 15 04:43:02 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name commonmark-pandoc
|
%global pkg_name commonmark-pandoc
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.2.1
|
Version: 0.2.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bridge between commonmark and pandoc AST
|
Summary: Bridge between commonmark and pandoc AST
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user