sbjw
2026-04-08 1b8ee2969f309be30875317dc9ffa18d51b3a1e0
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)});