@ -629,15 +629,24 @@ markup source code. Rather than forming normal paragraphs, the lines
@@ -629,15 +629,24 @@ markup source code. Rather than forming normal paragraphs, the lines
of a code block are interpreted literally. Markdown wraps a code block
in both `<pre>` and `<code>` tags.
和程式相關的寫作或是標籤語言原始碼通常會有已經排版好的程式碼區塊,通常這些
區塊我們並不希望它照一般段落文件的方式去排版,而是照原來的樣子顯示,Markdown
會用 `<pre>` 和 `<code>` 標籤來把程式碼區塊包起來。
To produce a code block in Markdown, simply indent every line of the
block by at least 4 spaces or 1 tab. For example, given this input:
@ -685,7 +707,8 @@ Regular Markdown syntax is not processed within code blocks. E.g.,
@@ -685,7 +707,8 @@ Regular Markdown syntax is not processed within code blocks. E.g.,
asterisks are just literal asterisks within a code block. This means
it's also easy to use Markdown to write about Markdown's own syntax.
程式碼區塊中,一般的 Markdown 語法不會被轉換,像是星號就只會是星號,
這表示你可以很容易用 Markdown 語法寫 Markdown 語法相關的文件。
<h3id="hr">Horizontal Rules</h3>
@ -694,6 +717,10 @@ more hyphens, asterisks, or underscores on a line by themselves. If you
@@ -694,6 +717,10 @@ more hyphens, asterisks, or underscores on a line by themselves. If you
wish, you may use spaces between the hyphens or asterisks. Each of the