Mark Macdonald

Results 2 issues of Mark Macdonald

When running Navigo 7.1.2 as shown below: ```js console.log(`URL = ${window.location}`); new Navigo(null, true /* hash = true */) .on("/foo", () => console.log("foo handler")) .on(() => console.log("root handler")) .resolve(); ```...

Using this configuration: ```javascript window.$docsify = { plantuml: { skin: "default", serverPath: "https://my-plant-uml.server", renderAsObject: true, } } ``` And this input (within a markdown file): ```markdown ```plantuml graph forest {...