Bhsd

Results 11 comments of Bhsd

Also useful for a variant of the `print` method, e.g., `diagnose`.

Maybe you can take a look at [WikiParser-Node](https://github.com/bhsd-harry/wikiparser-node) when parsing complex Wikitext? Here is the result from your example: ```js import Parser from 'wikiparser-node'; const wikitext = `{{Template |Param= [[Datei:img.png|thumb|Some...

@masad-frost Hi! Could you take a look at this PR?

> Sorry kept slipping out list. Will check it out this week. @masad-frost May I request your review?

Maybe you can take a look at [WikiParser-Node](https://github.com/bhsd-harry/wikiparser-node) when parsing complex Wikitext? Here is the result from your example: ```js import Parser from 'wikiparser-node'; const wikitext = `{{Card |title1=Squirrel |image1=...

部分[插件](https://ipe.js.org/guide/usage/preference.html#plugin-codemirror-6)需要从 https://testingcf.jsdelivr.net 加载更多文件。 ``` # CodeMirror 6 plugin https://testingcf.jsdelivr.net/npm/@bhsd/codemirror-mediawiki* https://testingcf.jsdelivr.net/npm/wikiparser-node* ```

> Feel free to raise a PR. Thanks! I will create the PR when [email protected] is released by the end of this month. > Would it be cleaner if we...

wikiparser-node requires node>=18.17.0

@siddharthvp Hi! May I know if you will have time to take a look at this PR? The CodeQL failure is false positive, and the Node.js CI failure is due...