Skip to content

Commit

Permalink
Merge pull request #38 from ml5js/remove-mdcontent-option
Browse files Browse the repository at this point in the history
comments out MarkdownContent component for rendering examples
  • Loading branch information
wenqili authored May 11, 2019
2 parents 12ea0db + 17b5b49 commit 0e5c0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/model-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const ModelPageTemplate = ({
__html: example.demo
}}
/>
<MarkdownContent content={example.demo} />
{/* <MarkdownContent content={example.demo} /> */}
<Highlight language="javascript">{example.code}</Highlight>
</div>
))
Expand Down

0 comments on commit 0e5c0bc

Please sign in to comment.