12
0

5 Commits

4 changed files with 26 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6400286c6ba0750bf1513405bda13b0447de9c3ae188b40d54f00d5e5037a51
size 5158

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4bcf8b4f76a32eab79de97678f8fda2e58b1540da5a742d5aebdc0bf69eefa0
size 5395

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Feb 9 18:55:42 UTC 2025 - Peter Simons <psimons@suse.com>
- Update commonmark-pandoc to version 0.2.3.
## 0.2.3
- Track wikilinks with a class instead of the title (Evan
Silberman). The use of title="wikilink" in HTML output traces
back to Pandoc's hijacking of the title attribute for this purpose
back when Pandoc links didn't have Attrs. A coordinated change in
Pandoc moves this more appropriately into a class.
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-commonmark-pandoc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name commonmark-pandoc
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.2.2.2
Version: 0.2.3
Release: 0
Summary: Bridge between commonmark and pandoc AST
License: BSD-3-Clause