fix: disable code block line break + copy button

This commit is contained in:
NGPixel
2019-11-22 16:16:31 -05:00
parent c025a55fcc
commit a72a7b1cdf
4 changed files with 36 additions and 11 deletions

View File

@@ -20,7 +20,7 @@
[
"prismjs", {
"languages": ["clike", "markup"],
"plugins": ["line-numbers", "autoloader", "normalize-whitespace"],
"plugins": ["line-numbers", "autoloader", "normalize-whitespace", "copy-to-clipboard", "toolbar"],
"theme": "twilight",
"css": true
}