diff --git a/docs/content/code.md b/docs/content/code.md index 4ce1e7fa3b..43779ebb25 100644 --- a/docs/content/code.md +++ b/docs/content/code.md @@ -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 ``. Be sure to escape HTML angle brackets. {% example html %} For example, <section> should be wrapped as inline.