src/example/ExampleDrawDyPlantPage.js
@@ -40,7 +40,7 @@ } componentDidMount() { fetch('./example/ExampleDrawDyPage.md') fetch('./example/ExampleDrawDyPlantPage.md') .then(response => response.text()) .then(mdText => { this.setState({htmlString: window.marked.parse(mdText)});