diff options
author | Adam Bard <github@adambard.com> | 2014-02-01 16:56:37 -0800 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2014-02-01 16:56:37 -0800 |
commit | 01fb4ad36eec1397cf469bc7c0fb935498c72702 (patch) | |
tree | 6c9cfedc2dee8dc9b89fa0bd3314c3f663754188 /red.html.markdown | |
parent | 7335b58b1dd97fd11b8752354afc2cd5b74719c3 (diff) |
Remove red syntax highlighting
(to make it not error out)
Diffstat (limited to 'red.html.markdown')
-rw-r--r-- | red.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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. |