From a16ff997b31d1b53727b638b7fb42524de2e5a23 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 9 Aug 2022 13:22:14 -0400 Subject: [PATCH] Update lookandfeel.md --- userguide/content/en/docs/adding-content/lookandfeel.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/userguide/content/en/docs/adding-content/lookandfeel.md b/userguide/content/en/docs/adding-content/lookandfeel.md index b1452611dc..828a26a319 100644 --- a/userguide/content/en/docs/adding-content/lookandfeel.md +++ b/userguide/content/en/docs/adding-content/lookandfeel.md @@ -176,14 +176,11 @@ Docsy includes JavaScript and CSS files for a basic Prism configuration, which s * Code blocks styled with the Prism `Default` theme * Copy to clipboard buttons on code blocks * Syntax highlighting for a number of common languages, as specified in the following Prism download link: - -```none - https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+c+csharp+cpp+go+java+markdown+python+scss+sql+toml+yaml&plugins=toolbar+copy-to-clipboard -``` + https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript+bash+c+csharp+cpp+go+java+markdown+python+scss+sql+toml+yaml&plugins=toolbar+copy-to-clipboard ### Code blocks with no language -By default Prism code highlighting styles are not applied to code blocks without a specified language, instead you get Docsy's default style of grey with black text. To apply Prism styling to code blocks with no language or a language not supported by Prism, specify `none` as the language after your triple backticks. +By default, Prism code highlighting styles are not applied to code blocks without a specified language, instead you get Docsy's default style of grey with black text. To apply Prism styling to code blocks with no language or a language not supported by Prism, specify `none` as the language after your triple backticks. ### Extending Prism for additional languages or plugins