HaxeFoundation / HaxeFoundation/haxe-markdown
`||` is rendered as a table
Open
- Dominant language
- Haxe
- Stars
- 65
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
```haxe
Markdown.markdownToHtml("`||`");
```
results in:
```html
``
```
See https://api.haxe.org/haxe/macro/Binop.html#OpBoolOr.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.