1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-11 06:51:42 +00:00

extract components from PlanetContainer

This commit is contained in:
Rokt33r
2015-07-19 00:10:52 +09:00
parent 9ea16a39df
commit 89cfd35d72
8 changed files with 329 additions and 303 deletions

View File

@@ -97,7 +97,7 @@ var BlueprintForm = React.createClass({
<CodeEditor onChange={this.handleContentChange} code={this.state.blueprint.content} mode={'markdown'}/>
</div>
) : (
<div className='form-group'>
<div className='form-group relative'>
<div className='previewMode'>Preview mode</div>
<div className='marked' dangerouslySetInnerHTML={{__html: ' ' + this.markdown(this.state.blueprint.content)}}></div>
</div>