Fix missing curly bracket. I love this.
This commit is contained in:
parent
32cd367a1e
commit
6e076a1285
|
@ -6,6 +6,7 @@ function loadMdFromUrl(url) {
|
|||
var html = converter.makeHtml(data);
|
||||
$("#markdown-content").html(html);
|
||||
});
|
||||
}
|
||||
|
||||
// TODO: Add more, add menu, add ...
|
||||
loadMdFromUrl("content/hello.md");
|
||||
|
|
Loading…
Reference in New Issue