Jerad Rose
Results
2
issues of
Jerad Rose
On 1.9.1, the following code: ``` import * as showdown from "showdown"; const showdownConverter = new showdown.Converter({ excludeTrailingPunctuationFromURLs: true, simplifiedAutoLink: true, }); console.log('(http://demo.showdownjs.com).'); ``` Results in (which 404's): ``` (http://demo.showdownjs.com)....
On the [demo site](http://demo.showdownjs.com), changing the checkboxes in the various options doesn't seem to persist. Instead, the page reloads with the original default settings. I have tried on Chrome &...