Skip to content

tools,doc: fix misrendering of consecutive JS blocks

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-tools into master

Our markdown-to-html tool was assuming that any consecutive JS blocks were ESM vs CJS alternatives, but that is not always the case, resulting in both a confusing interface and invalid HTML.

Merge request reports

Loading