sbjw
13 hours ago e4bcf389adcaf5c93e182ad7485e49c305b149ff
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)});