From faa0074c92a074cb69ec67dec37581adbb519dff Mon Sep 17 00:00:00 2001 From: lfbrock Date: Mon, 14 Dec 2015 15:52:23 -0500 Subject: Update syntax-highlighting.md --- doc/developer/tests/test-syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/developer/tests/test-syntax-highlighting.md b/doc/developer/tests/test-syntax-highlighting.md index 7f8f4cdaa..b1568c385 100644 --- a/doc/developer/tests/test-syntax-highlighting.md +++ b/doc/developer/tests/test-syntax-highlighting.md @@ -133,7 +133,7 @@ echo "Hello World" ### CoffeeScript -``` coffee +``` coffeescript console.log(“Hello world!”); ``` -- cgit v1.2.3-1-g7c22 From 61716d434c2ab7fc263ddb41ba323ef285e8510a Mon Sep 17 00:00:00 2001 From: lfbrock Date: Mon, 14 Dec 2015 15:55:00 -0500 Subject: Update Markdown.md --- doc/help/Markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/help/Markdown.md b/doc/help/Markdown.md index 64ce4fc83..d185a4160 100644 --- a/doc/help/Markdown.md +++ b/doc/help/Markdown.md @@ -31,7 +31,7 @@ code block To add syntax highlighting, type the language to be highlighted after the ``` at the beginning of the code block. Supported languages are: -`diff, apache, makefile, http, json, markdown, javascript, css, nginx, objectivec, python, xml, perl, bash, php, coffee (CoffeeScript), cs (C#), cpp (C++), sql, go, ruby, java, ini, latex` +`diff, apache, makefile, http, json, markdown, javascript, css, nginx, objectivec, python, xml, perl, bash, php, coffeescript, cs (C#), cpp (C++), sql, go, ruby, java, ini, latex` Example: -- cgit v1.2.3-1-g7c22