1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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

@@ -141,6 +141,8 @@ class MarkdownSplitEditor extends React.Component {
showCopyNotification={config.ui.showCopyNotification}
storagePath={storage.path}
noteKey={noteKey}
customCSS={config.preview.customCSS}
allowCustomCSS={config.preview.allowCustomCSS}
/>
</div>
)