diff options
author | Hakim El Hattab | 2013-08-20 22:32:19 -0400 |
---|---|---|
committer | Hakim El Hattab | 2013-08-20 22:32:19 -0400 |
commit | 631a237b3645627407cb433514042611824d890f (patch) | |
tree | b3c71604bcc28881cd0e5680d254192891b102b8 /plugin/markdown/example.html | |
parent | 5cd088cec3818192e55a9af9ff34de6039b56553 (diff) | |
parent | 245efee894311bc2cafecf9f7fa61547013ac975 (diff) |
merge support for notes when using external markdown
Diffstat (limited to 'plugin/markdown/example.html')
-rw-r--r-- | plugin/markdown/example.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/markdown/example.html b/plugin/markdown/example.html index ceed53f..0b07aa5 100644 --- a/plugin/markdown/example.html +++ b/plugin/markdown/example.html @@ -87,7 +87,8 @@ dependencies: [ { src: '../../lib/js/classList.js', condition: function() { return !document.body.classList; } }, { src: 'marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, - { src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } } + { src: 'markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } }, + { src: '../notes/notes.js' } ] }); |