mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Export: uses markdown preview dom. Supports diagrams
This commit is contained in:
committed by
Junyoung Choi
parent
75a1347ae1
commit
099ebad06b
@@ -348,7 +348,7 @@ export default class MarkdownPreview extends React.Component {
|
||||
allowCustomCSS,
|
||||
customCSS
|
||||
})
|
||||
let body = this.markdown.render(noteContent)
|
||||
let body = this.refs.root.contentWindow.document.body.innerHTML
|
||||
body = attachmentManagement.fixLocalURLS(
|
||||
body,
|
||||
this.props.storagePath
|
||||
|
||||
Reference in New Issue
Block a user