Finish rewiring Markdown provider

This commit is contained in:
Kyle Shockey
2017-05-23 15:29:58 -07:00
parent 88848d071b
commit 31abbb7641
8 changed files with 8 additions and 12 deletions

View File

@@ -99,7 +99,7 @@ export default class Info extends React.Component {
</hgroup>
<div className="description">
<Markdown options={{html: true, typographer: true, linkify: true, linkTarget: "_blank"}} source={ description } />
<Markdown source={ description } />
</div>
{