在线文档教程

代码 | Code

代码

文档和示例,用于显示带引导的内联和多行代码块。

内联码

使用<code>.请确保转义HTML尖括号。

打开getbootstrap.com上的示例

For example, <code>&lt;section&gt;</code> should be wrapped as inline.

码块

使用<pre>s用于多行代码。再一次,为了正确的呈现,一定要避开代码中的任何尖括号。您可以选择添加.pre-scrollable类,它将设置最大高度350 px并提供y轴滚动条。

打开getbootstrap.com上的示例

<pre><code>&lt;p&gt;Sample text here...&lt;/p&gt; &lt;p&gt;And another line of sample text here...&lt;/p&gt; </code></pre>

变量

若要指示变量,请使用<var>标签。

打开getbootstrap.com上的示例

<var>y</var> = <var>m</var><var>x</var> + <var>b</var>

用户输入

使用<kbd>指示通常通过键盘输入的输入。

打开getbootstrap.com上的示例

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>标签。

打开getbootstrap.com上的示例

<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授权的文档。