mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-10 15:50:58 +00:00
Missing angle brackets
This commit is contained in:
parent
4258fb7992
commit
25a36729bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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><section></code> should be wrapped as inline.
|
||||
|
|
|
|||
Loading…
Reference in a new issue