aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-03-08 13:02:50 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-03-08 13:02:50 +0100
commit3e8546feedeaba19c56565c8c547b3ba4ce391af (patch)
treee5b14fd7f82055dbc2fe70402a775b1984f93cd2 /changelog.md
parenteb184d9148e8a3e8c896a71550b1f0bee8da9a21 (diff)
downloadpandoc-3e8546feedeaba19c56565c8c547b3ba4ce391af.tar.gz
Fix, amend changelog.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/changelog.md b/changelog.md
index 3c4bec55c..7e8276465 100644
--- a/changelog.md
+++ b/changelog.md
@@ -171,9 +171,10 @@
* Jira reader:
+ Modified the Doc parser to skip leading blank lines. This fixes
- parsing of documents which start with multiple blank lines (#7095).
- + Prevent URLs within link aliases to be treated as autolinks
- (#6944).
+ parsing of documents which start with multiple blank lines (Albert
+ Krewinkel, #7095).
+ + Prevent URLs within link aliases to be treated as autolinks (Albert
+ Krewinkel, #6944).
* Text.Pandoc.Shared
@@ -220,7 +221,10 @@
* Jira writer:
- + Use Span identifiers as anchors (Albert Krewinkel,
+ + Use Span identifiers as anchors (Albert Krewinkel).
+ + Use `{noformat}` instead of `{code}` for unknown languages (Albert
+ Krewinkel). Code blocks which are not marked as a language supported
+ by Jira are rendered as preformatted text via `{noformat}` blocks.
* LaTeX writer:
@@ -343,7 +347,6 @@
+ Export `renderError` [API change].
+ Refactor `handleError` to use `renderError`. This allows us render
error messages without exiting.
- + Remove unused variables (Albert Krewinkel)
* Text.Pandoc.Extensions