Nihal Jain created ZOOKEEPER-4356: ------------------------------------- Summary: Code blocks do not render correctly in ZK docs site Key: ZOOKEEPER-4356 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4356 Project: ZooKeeper Issue Type: Bug Components: documentation Affects Versions: 3.7.0 Reporter: Nihal Jain
The code blocks defined inside fenced code blocks render correctly in Markdown; but the same text not render properly in HTML sites. For example see https://github.com/apache/zookeeper/blob/master/zookeeper-docs/src/main/resources/markdown/zookeeperCLI.md vs http://zookeeper.apache.org/doc/r3.6.3/zookeeperCLI.html This makes the docs site very ugly and difficult to comprehend. (One has to figure out where the code block starts and where it ends.) -- This message was sent by Atlassian Jira (v8.3.4#803005)