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

refactor: replace with files in node_modules

This commit is contained in:
sota1235
2017-01-04 23:30:15 +09:00
parent 14f79c4c21
commit 277004fd9b
3 changed files with 14 additions and 14 deletions

View File

@@ -140,7 +140,7 @@ export default class MarkdownPreview extends React.Component {
this.refs.root.contentWindow.document.head.innerHTML = `
<style id='style'></style>
<link rel="stylesheet" href="${appPath}/compiled/katex-style.css">
<link rel="stylesheet" href="${appPath}/node_modules/katex/dist/katex.min.css">
<link rel="stylesheet" href="${appPath}/node_modules/codemirror/lib/codemirror.css">
<link rel="stylesheet" id="codeTheme">
`