Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Chalin <chalin@users.noreply.github.com>2022-08-09 20:22:14 +0300
committerGitHub <noreply@github.com>2022-08-09 20:22:14 +0300
commit7b4f2b63834a50f5029f981d4df8ec4226f213c5 (patch)
tree8c80888646a6551b1354c9f21b13782db3de40e7
parent2b3b9247cf70afb4e40e3fbe1fc6fc46632715c6 (diff)
Update lookandfeel.mdchalin-patch-1
-rw-r--r--userguide/content/en/docs/adding-content/lookandfeel.md7
1 files 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 b145261..828a26a 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