From 9e7c28276a6147cfda296cb53d114032ea523f59 Mon Sep 17 00:00:00 2001 From: Chris Lasher Date: Thu, 31 Aug 2017 10:16:10 -0700 Subject: [PATCH] Add CSS lang argument to code block Makes the triple-backtick example equivalent to triple-tilde example. --- content/tools/syntax-highlighting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tools/syntax-highlighting.md b/content/tools/syntax-highlighting.md index e6fb4de82..d927e0bf2 100644 --- a/content/tools/syntax-highlighting.md +++ b/content/tools/syntax-highlighting.md @@ -203,7 +203,7 @@ body { Here is the same example but with triple back ticks to denote the fenced code block: {{< nohighlight >}} -``` +```css body { font-family: "Noto Sans", sans-serif; } @@ -234,4 +234,4 @@ Please see individual libraries' documentation for how to implement each of the [Rainbow]: http://craig.is/making/rainbows [Syntax Highlighter]: http://alexgorbatchev.com/SyntaxHighlighter/ [Google Prettify]: https://github.com/google/code-prettify -[Yandex]: http://yandex.ru/ \ No newline at end of file +[Yandex]: http://yandex.ru/