|
|
|
@ -393,7 +393,7 @@ class PathDetailIndex extends Component{
|
|
|
|
|
<div className="color-grey-6 clearfix">
|
|
|
|
|
<div id="shixuns_propaedeutics" className="new_li fl" style={{"padding":" 0px","textAlign": "justify;"}}>
|
|
|
|
|
{detailInfoList === undefined ? "" :detailInfoList.description===null?"":
|
|
|
|
|
<div className={"markdown-body"} dangerouslySetInnerHTML={{__html: markdownToHTML(detailInfoList.description).replace(/▁/g,"▁▁▁")}}></div>
|
|
|
|
|
<div className={"markdown-body font-14"} dangerouslySetInnerHTML={{__html: markdownToHTML(detailInfoList.description).replace(/▁/g,"▁▁▁")}}></div>
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -420,8 +420,8 @@ class PathDetailIndex extends Component{
|
|
|
|
|
</p>
|
|
|
|
|
<div id="subject_learning_notes" className="color-grey-6 new_li markdown-body editormd-html-preview justify">
|
|
|
|
|
{detailInfoList === undefined ? "" :detailInfoList.learning_notes===null?"":
|
|
|
|
|
<textarea>{detailInfoList.learning_notes}</textarea>
|
|
|
|
|
}
|
|
|
|
|
<div className={"markdown-body font-14"} dangerouslySetInnerHTML={{__html: markdownToHTML(detailInfoList.learning_notes).replace(/▁/g,"▁▁▁")}}></div>
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{tags === undefined ? "" :tags === null ? "":
|
|
|
|
|