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

upgrade katex

This commit is contained in:
Dick Choi
2016-09-22 20:28:12 +09:00
parent d1156f963d
commit 99a134494c
6 changed files with 6 additions and 10 deletions

View File

@@ -136,7 +136,7 @@ export default class MarkdownPreview extends React.Component {
}
</style>
<link rel="stylesheet" href="../node_modules/highlight.js/styles/${codeBlockTheme}.css">
<link rel="stylesheet" href="../resources/katex.min.css">
<link rel="stylesheet" href="../compiled/katex-style.css">
`
this.refs.root.contentWindow.document.body.setAttribute('data-theme', theme)