Bring back markdown conversion
This commit is contained in:
@ -28,7 +28,7 @@ const Editor = observer((props) => {
|
|||||||
<EditorPane
|
<EditorPane
|
||||||
scrollTop={ props.scrollTop }
|
scrollTop={ props.scrollTop }
|
||||||
>
|
>
|
||||||
<Preview html={ store.text } />
|
<Preview html={ convertToMarkdown(store.text) } />
|
||||||
</EditorPane>
|
</EditorPane>
|
||||||
) : null }
|
) : null }
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user