MathML <mo> created for each adjacent Rel symbol
Open
- Dominant language
- Haskell
- Stars
- 406
- Forks
- 86
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
According to the TeXBook, adjacent Rel symbols shouldn't have space between them. In the MathML output, multiple `` are created for each symbol which doesn't seem correct. Example of current behaviour:
Input: `:::`
MathML output:
```html
:
:
:
```
I would expect only one element to be output. This is what MathJax does, for example.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.