Embed indented HTML in Markdown with Pandoc
问题 I have some embedded HTML in my Markdown (bulleted list within a table). Is there a way to indent my HTML without Pandoc treating it as a verbatim code block? 回答1: Sort of, but you have to change Pandoc's defaults. The Markdown rules expressly prohibit this: The only restrictions are that block-level HTML elements — e.g. <div> , <table> , <pre> , <p> , etc. — must be separated from surrounding content by blank lines, and the start and end tags of the block should not be indented with tabs or