0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Missing angle brackets

This commit is contained in:
Patrick H. Lauke 2015-12-25 13:44:33 +00:00
parent 4258fb7992
commit 25a36729bc

View File

@ -13,7 +13,7 @@ Styles for inline code snippets and longer, multiline blocks of 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 %}
For example, <code>&lt;section&gt;</code> should be wrapped as inline.