uni-bremen-agst / SEE

Collaborative Software Visualization with SEE (Software Engineering Experience)
https://see.uni-bremen.de
MIT License
19 stars 3 forks source link

LSP: Parse Markdown to TextMeshPro rich text tags #728

Closed falko17 closed 1 month ago

falko17 commented 4 months ago

Currently, the LSPHandler simply strips away all markdown text (e.g., for the hover text). Instead, we should use the already imported Markdig to convert the Markdown text to TextMeshPro rich text tags, which should make it much nicer to look at in the user interface.