Skip to content
Snippets Groups Projects
Commit 47c7b90d authored by Bartłomiej Górnicki's avatar Bartłomiej Górnicki
Browse files

fix: remove unused option from remarkable constructor call to prevent console spam

parent 23cd4bdb
No related branches found
No related tags found
1 merge request!4Develop
......@@ -73,7 +73,6 @@ export class DefaultRenderer {
const renderer = new Remarkable({
html: true, // remarkable renders first then sanitize runs...
breaks: this.options.breaks,
linkify: false, // linkify is done locally
typographer: false, // https://github.com/jonschlinkert/remarkable/issues/142#issuecomment-221546793
quotes: "“”‘’",
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment