From: Patrick H. Lauke Date: Fri, 25 Dec 2015 13:44:33 +0000 (+0000) Subject: Missing angle brackets X-Git-Tag: v4.0.0-alpha.3~442^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a36729bc7a1e62e164fea53b662f653a937b7f;p=thirdparty%2Fbootstrap.git Missing angle brackets --- 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.