©
Dieses Dokument verwendet PHP-Handbuch für chinesische Websites Freigeben
文档和示例,用于显示带引导的内联和多行代码块。
使用<code>
.请确保转义HTML尖括号。
For example, <code><section></code> should be wrapped as inline.
使用<pre>
s用于多行代码。再一次,为了正确的呈现,一定要避开代码中的任何尖括号。您可以选择添加.pre-scrollable
类,它将设置最大高度350 px并提供y轴滚动条。
<pre><code><p>Sample text here...</p><p>And another line of sample text here...</p></code></pre>
若要指示变量,请使用<var>
标签。
<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>
标签。
<samp>This text is meant to be treated as sample output from a computer program.</samp>
© 2011–2017 Twitter, Inc.
©2011-2017自带作者
根据MIT许可授权的代码。
根据CreativeCommonsAttributionLicense v3.0授权的文档。