]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
44347ee
)
Re-enabled html in markdown editor
author
Dan Brown
<redacted>
Sat, 29 Apr 2017 15:10:38 +0000
(16:10 +0100)
committer
Dan Brown
<redacted>
Sat, 29 Apr 2017 15:10:38 +0000
(16:10 +0100)
Fixes #378
resources/assets/js/directives.js
patch
|
blob
|
history
diff --git
a/resources/assets/js/directives.js
b/resources/assets/js/directives.js
index 0bc664200f70a7459859abe1abf38061719a0498..3219db8f997b294b4246a8bc8d0de4d75651ca3a 100644
(file)
--- a/
resources/assets/js/directives.js
+++ b/
resources/assets/js/directives.js
@@
-215,7
+215,7
@@
module.exports = function (ngApp, events) {
}
}]);
- const md = new MarkdownIt();
+ const md = new MarkdownIt(
{html: true}
);
md.use(mdTasksLists, {label: true});
/**