haxe-markdown icon indicating copy to clipboard operation
haxe-markdown copied to clipboard

`||` is rendered as a table

Open Gama11 opened this issue 4 years ago • 0 comments

Markdown.markdownToHtml("`||`");

results in:

<table><thead><th align="undefined">`</th><th align="undefined">`</th></thead><tbody></tbody></table>

See https://api.haxe.org/haxe/macro/Binop.html#OpBoolOr.

Gama11 avatar Apr 06 '20 10:04 Gama11