mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REFACTOR: Migrate markdown functionality in ES6
This commit is contained in:
1
vendor/assets/javascripts/better_markdown.js
vendored
1
vendor/assets/javascripts/better_markdown.js
vendored
@@ -429,6 +429,7 @@
|
||||
if ( attrs && attrs.references )
|
||||
refs = attrs.references;
|
||||
|
||||
|
||||
var html = convert_tree_to_html( input, refs , options );
|
||||
merge_text_nodes( html );
|
||||
return html;
|
||||
|
||||
Reference in New Issue
Block a user