1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-06 22:53:21 +00:00

Add code theme selector

This commit is contained in:
dojineko
2016-04-17 21:00:34 +09:00
parent 43fb37ab1d
commit 777f7f9305
13 changed files with 110 additions and 16 deletions
+1
View File
@@ -20,6 +20,7 @@ const sanitizeOpts = {
allowedClasses: {
'a': ['lineAnchor'],
'div': ['math'],
'pre': ['hljs'],
'span': ['math', 'hljs-*'],
'code': ['language-*']
},