This is an automated email from the ASF dual-hosted git repository.
ddiederen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 2797116 ZOOKEEPER-4356: Code blocks do not render correctly in ZK
docs site
2797116 is described below
commit 2797116b33a505c8b36b396216c26afd7f7ba28c
Author: Nihal Jain <[email protected]>
AuthorDate: Wed Sep 1 08:47:18 2021 +0000
ZOOKEEPER-4356: Code blocks do not render correctly in ZK docs site
* Configure to use FENCED_CODE_BLOCKS.
* Note: TABLES is the default setting. See
https://github.com/walokra/markdown-page-generator-plugin for details on
default `pegdownExtensions` setting
Author: Nihal Jain <[email protected]>
Reviewers: maoling <[email protected]>, Damien Diederen
<[email protected]>
Closes #1741 from NihalJain/ZOOKEEPER-4356
---
zookeeper-docs/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 9a23faf..93a48d5 100644
--- a/zookeeper-docs/pom.xml
+++ b/zookeeper-docs/pom.xml
@@ -49,6 +49,7 @@
<headerHtmlFile>${project.basedir}/src/main/resources/markdown/html/header.html</headerHtmlFile>
<footerHtmlFile>${project.basedir}/src/main/resources/markdown/html/footer.html</footerHtmlFile>
<copyDirectories>images,skin</copyDirectories>
+ <pegdownExtensions>TABLES,FENCED_CODE_BLOCKS</pegdownExtensions>
</configuration>
</plugin>
<plugin>