From 01fb4ad36eec1397cf469bc7c0fb935498c72702 Mon Sep 17 00:00:00 2001 From: Adam Bard Date: Sat, 1 Feb 2014 16:56:37 -0800 Subject: [PATCH] Remove red syntax highlighting (to make it not error out) --- red.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/red.html.markdown b/red.html.markdown index 9206f650..15e36de6 100644 --- a/red.html.markdown +++ b/red.html.markdown @@ -22,7 +22,7 @@ from any platform to any other platform. And it will do this all from a binary e Ready to learn your first Red? -```Red +``` All text before the header will be treated as comment, as long as you avoid using the word "red" starting with a capital "R" in this pre-header text. This is a temporary shortcoming of the used lexer but most of the time you start your script or program with the header itself.