Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 2620a57

Browse files
author
Barrie Hadfield
committed
with line numbers
1 parent f3885c5 commit 2620a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/index.html.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ end
1717
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
1818
mode: "text/x-ruby",
1919
matchBrackets: true,
20+
lineNumbers: true,
2021
indentUnit: 2,
2122
theme: 'github'
2223
});

0 commit comments

Comments
 (0)