aboutsummaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-05-14 17:51:29 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2021-05-14 17:53:27 +0200
commitb9b1ec586a1e9e49af5dfef903678fbd029068eb (patch)
treecf3221b911b6db21609a3f0749f1a6c41e906fe8 /changelog.md
parent0e5b840c2a340f8b8c2e96148046af2dfd493bcb (diff)
downloadpandoc-b9b1ec586a1e9e49af5dfef903678fbd029068eb.tar.gz
changelog.md: fix Markdown, marking `<p>` as code.
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index 265e7336b..ccf012a7c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -95,7 +95,7 @@
then that value is used as `content-type` and the span is put inside
a `<named-content>` element. Otherwise a `<styled-content>` element
is used instead.
- + Reduce unnecessary use of <p> elements for wrapping (#7227).
+ + Reduce unnecessary use of `<p>` elements for wrapping (#7227).
The `<p>` element is used for wrapping in cases were the contents
would otherwise not be allowed in a certain context. Unnecessary
wrapping is avoided, especially around quotes (`<disp-quote>` elements).