Bring back markdown conversion

This commit is contained in:
Jori Lallo
2016-06-05 16:01:01 -07:00
parent 526eac6b8d
commit 157fe6cf63

View File

@ -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>