siefkenj / unified-latex

Utilities for parsing and manipulating LaTeX ASTs with the Unified.js framework
MIT License
90 stars 23 forks source link

Fix \underline support #110

Closed udovin closed 2 months ago

udovin commented 2 months ago

Add support for \underline macro. As for now this macro is not parsed as default. Also changes <span> to <u> tag usage.

siefkenj commented 2 months ago

Thanks!