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

Added custom markdown css

This commit is contained in:
Nguyễn Việt Hưng
2018-05-29 00:37:59 +07:00
parent ca0b03e97c
commit ea768f982e
5 changed files with 42 additions and 9 deletions

View File

@@ -59,6 +59,8 @@ export const DEFAULT_CONFIG = {
scrollPastEnd: false,
smartQuotes: true,
breaks: true,
allowCustomCSS: true,
customCSS: 'h1 { color: red }',
sanitize: 'STRICT' // 'STRICT', 'ALLOW_STYLES', 'NONE'
},
blog: {