copy pasting is bad
This commit is contained in:
parent
ca3b84310c
commit
5389931ad3
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
||||||
$.ajax({
|
$.ajax({
|
||||||
dataType: "text",
|
dataType: "text",
|
||||||
url: "docs/tutorial.md",
|
url: "docs/tutorial.md",
|
||||||
cache: false,
|
|
||||||
success: function (md) {
|
success: function (md) {
|
||||||
var converter = new showdown.Converter({
|
var converter = new showdown.Converter({
|
||||||
extensions: ["prettify"]
|
extensions: ["prettify"]
|
||||||
|
|
Loading…
Reference in a new issue