From c0d169cfe0a8ec76773ae90e0c6646415b1cc03e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 4 Oct 2024 22:39:04 -0700 Subject: [PATCH] Bump to commonmark-pandoc-0.2.2.2, update changelog. --- commonmark-pandoc/changelog.md | 7 +++++++ commonmark-pandoc/commonmark-pandoc.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/commonmark-pandoc/changelog.md b/commonmark-pandoc/changelog.md index af7c250..0ca30ba 100644 --- a/commonmark-pandoc/changelog.md +++ b/commonmark-pandoc/changelog.md @@ -1,5 +1,12 @@ # Changelog for commonmark-pandoc +## 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. + ## 0.2.2.1 - Remove nested footnotes (#138). diff --git a/commonmark-pandoc/commonmark-pandoc.cabal b/commonmark-pandoc/commonmark-pandoc.cabal index 77d8b8c..5c394bf 100644 --- a/commonmark-pandoc/commonmark-pandoc.cabal +++ b/commonmark-pandoc/commonmark-pandoc.cabal @@ -1,5 +1,5 @@ name: commonmark-pandoc -version: 0.2.2.1 +version: 0.2.2.2 synopsis: Bridge between commonmark and pandoc AST. description: This library provides typeclasses for rendering commonmark to Pandoc types.