Feature request: color
Open
- Dominant language
- Haskell
- Stars
- 406
- Forks
- 86
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
It would be nice to be able to convert color attributes.
For example, from MathML
```{mathml}
```
to/from LaTeX (assuming the color or xcolor package is loaded...)
```{latex}
$$ {\color{blue}m}x+{\color{red}c} $$
```
which renders as
$$
{\color{blue}m}x+{\color{red}c}
$$
Alternatively, (although MathJAX doesn't support this)
```{latex}
$$ \textcolor{blue}{m}x+\textcolor{red}{c} $$
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.