We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cc086 commit 4a6a34aCopy full SHA for 4a6a34a
commonmark-pandoc/changelog.md
@@ -1,5 +1,13 @@
1
# Changelog for commonmark-pandoc
2
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
11
## 0.2.2.3
12
13
- Avoid adding spurious extra data-pos attribute to wrapper
commonmark-pandoc/commonmark-pandoc.cabal
@@ -1,5 +1,5 @@
name: commonmark-pandoc
-version: 0.2.2.3
+version: 0.2.3
synopsis: Bridge between commonmark and pandoc AST.
description: This library provides typeclasses for rendering
commonmark to Pandoc types.
0 commit comments