@ -95,12 +95,22 @@ use HTML itself. There's no need to preface it or delimit it to
@@ -95,12 +95,22 @@ use HTML itself. There's no need to preface it or delimit it to
indicate that you're switching from Markdown to HTML; you just use
the tags.
不在 Markdown 涵蓋範圍之外的標籤,都可以直接在文件裡面用 HTML
撰寫。不需要額外標註這是 HTML 或是 Markdown;只要直接加標籤就可
以了。
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 spaces. Markdown is smart enough not
to add extra (unwanted) `<p>` tags around HTML block-level tags.