mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-20 21:21:59 +00:00
before applying redux
This commit is contained in:
@@ -6,6 +6,7 @@ var md = markdownit({
|
||||
|
||||
var Markdown = {
|
||||
markdown: function (content) {
|
||||
if (content == null) content = ''
|
||||
return md.render(content)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user