Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit 328829a

Browse files
committed
Fix default note.
1 parent a2c9900 commit 328829a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var store;
2929
var notes = [],
3030
note = "";
3131
var current = 0;
32-
var defaultnote = ["#Welcome to Marknote!\n**This is markdown.** Click the bottom right corner to get started."];
32+
var defaultnote = ["# Welcome to Marknote!\n**This is markdown.** Click the bottom right corner to get started."];
3333
var newnotetemplate = "# New note";
3434
var noteCache = [];
3535
var hooks = [];

0 commit comments

Comments
 (0)