1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Add LaTeX delimiters preferences

This commit is contained in:
paalon
2017-12-02 07:23:12 +09:00
parent 455b424429
commit ca4b8224fd
4 changed files with 178 additions and 11 deletions

View File

@@ -40,7 +40,11 @@ export const DEFAULT_CONFIG = {
fontSize: '14',
fontFamily: win ? 'Segoe UI' : 'Lato',
codeBlockTheme: 'dracula',
lineNumber: true
lineNumber: true,
latexInlineOpen: '$',
latexInlineClose: '$',
latexBlockOpen: '$$',
latexBlockClose: '$$'
}
}