Skip to content

Commit 4a6a34a

Browse files
committed
Bump commonmark-pandoc to 0.2.3, update changelog.
1 parent 13cc086 commit 4a6a34a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

commonmark-pandoc/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for commonmark-pandoc
22

3+
## 0.2.3
4+
5+
- Track wikilinks with a class instead of the title (Evan
6+
Silberman). The use of title="wikilink" in HTML output traces
7+
back to Pandoc's hijacking of the title attribute for this purpose
8+
back when Pandoc links didn't have Attrs. A coordinated change in
9+
Pandoc moves this more appropriately into a class.
10+
311
## 0.2.2.3
412

513
- Avoid adding spurious extra data-pos attribute to wrapper

commonmark-pandoc/commonmark-pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: commonmark-pandoc
2-
version: 0.2.2.3
2+
version: 0.2.3
33
synopsis: Bridge between commonmark and pandoc AST.
44
description: This library provides typeclasses for rendering
55
commonmark to Pandoc types.

0 commit comments

Comments
 (0)