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

Add configuration to render line breaks as <br> or not

This commit is contained in:
ozone
2018-05-04 00:44:22 -04:00
parent 372933fd99
commit ab038b1f31
10 changed files with 50 additions and 6 deletions

View File

@@ -131,6 +131,7 @@ class MarkdownSplitEditor extends React.Component {
lineNumber={config.preview.lineNumber}
scrollPastEnd={config.preview.scrollPastEnd}
smartQuotes={config.preview.smartQuotes}
breaks={config.preview.breaks}
sanitize={config.preview.sanitize}
ref='preview'
tabInde='0'