sbjw
2025-08-27 5ebdc4d6d2501908342e3740e65bb89090a91f81
src/example/ExampleFlyPage.js
@@ -17,7 +17,7 @@
    componentDidMount() {
        fetch('./example/ExampleBpPage.md')
        fetch('./example/ExampleFlyPage.md')
            .then(response => response.text())
            .then(mdText => {
                this.setState({htmlString: window.marked.parse(mdText)});