Open
Description
Describe the bug
When looking at Part details, the parameter units are not shown in KaTeX / LaTeX formatting.
To Reproduce
- Create a part or edit an existing part parameter. For a resistor a common parameter is resistance in Ohms, the Greek Omega symbol.
- as unit enter "\Omega", as per KaTeX documentation in Tips&Tricks: https://katex.org/docs/supported.html
- save the changes and return to normal part view mode
- the unit for this parameter in column 'Value' is shown as '\Omega', not nicely in italics Serife font greek symbol.
- the 'Parameter' column shows it correctly with subscripts, etc.
Expected behavior
The screen should display the special character Omega instead of '\Omega'.
Server Side
- Part-DB Version: Part-DB 1.15.1
- PHP Version: PHP 8.3.15
- Database Server: 10.11.6-MariaDB
Additional context
Part-DB is running in a docker container on a Synology Diskstation.
Activity