aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2018-01-23 09:39:05 +0000
committerSimon McVittie <smcv@debian.org>2018-01-29 22:35:29 +0000
commitf46e429d96ead32943cb2670d7686df8c77de361 (patch)
treea51ce4117727e617692f073f8c9ff5bad16256c6 /CHANGELOG
parent400f37967ccca314a052cb3eef7e2863a91ca477 (diff)
downloadikiwiki-f46e429d96ead32943cb2670d7686df8c77de361.tar
ikiwiki-f46e429d96ead32943cb2670d7686df8c77de361.tar.gz
mdwn: Restore historical behaviour
The Discount package in Debian historically enabled fenced code blocks, PHP Markdown Extra-style definition lists, and an expanded character set for tag names. Since Discount 2.2.0 those are runtime settings, so enable them. Unfortunately Text::Markdown::Discount doesn't yet expose the necessary constants: https://rt.cpan.org/Public/Bug/Display.html?id=124188 The IDANCHOR option was historically also enabled in Debian, but is not enabled here because ikiwiki does not enable the TOC option, and IDANCHOR does nothing without TOC. Closes: #888055
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0ffbd4579..de06bcefc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
ikiwiki (3.20180106) UNRELEASED; urgency=medium
* core: Don't send relative redirect URLs when behind a reverse proxy
+ * mdwn: Enable fenced code blocks, PHP Markdown Extra-style definition
+ lists and GitHub-style extensions to HTML tag syntax when used with
+ Discount >= 2.2.0 (Closes: #888055)
-- Simon McVittie <smcv@debian.org> Mon, 08 Jan 2018 10:51:10 +0000