mirror of
https://github.com/twbs/bootstrap.git
synced 2025-10-01 15:56:45 +02:00
Missing angle brackets
This commit is contained in:
@@ -13,7 +13,7 @@ Styles for inline code snippets and longer, multiline blocks of code.
|
|||||||
|
|
||||||
## Inline code
|
## Inline code
|
||||||
|
|
||||||
Wrap inline snippets of code with `code`. Be sure to escape HTML angle brackets.
|
Wrap inline snippets of code with `<code>`. Be sure to escape HTML angle brackets.
|
||||||
|
|
||||||
{% example html %}
|
{% example html %}
|
||||||
For example, <code><section></code> should be wrapped as inline.
|
For example, <code><section></code> should be wrapped as inline.
|
||||||
|
Reference in New Issue
Block a user