1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

changed the default options of markdown lib to follow config

This commit is contained in:
Yu-Hung Ou
2018-03-16 23:32:12 +11:00
parent 00ba38beba
commit 33b3299ca2

View File

@@ -23,7 +23,7 @@ class Markdown {
constructor (options = {}) {
const config = ConfigManager.get()
const defaultOptions = {
typographer: true,
typographer: config.preview.smartQuotes,
linkify: true,
html: true,
xhtmlOut: true,