?
This document uses PHP Chinese website manual Release
文檔和示例,用于顯示帶引導(dǎo)的內(nèi)聯(lián)和多行代碼塊。
使用<code>
.請確保轉(zhuǎn)義HTML尖括號。
For example, <code><section></code> should be wrapped as inline.
使用<pre>
s用于多行代碼。再一次,為了正確的呈現(xiàn),一定要避開代碼中的任何尖括號。您可以選擇添加.pre-scrollable
類,它將設(shè)置最大高度350 px并提供y軸滾動條。
<pre><code><p>Sample text here...</p><p>And another line of sample text here...</p></code></pre>
若要指示變量,請使用<var>
標(biāo)簽。
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>
使用<kbd>
指示通常通過鍵盤輸入的輸入。
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>
若要指示程序的示例輸出,請使用<samp>
標(biāo)簽。
<samp>This text is meant to be treated as sample output from a computer program.</samp>
? 2011–2017 Twitter, Inc.
?2011-2017自帶作者
根據(jù)MIT許可授權(quán)的代碼。
根據(jù)CreativeCommonsAttributionLicense v3.0授權(quán)的文檔。