eclipse-tm4e / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
93 stars 56 forks source link

Markdown styles not render so close to actual Markdown rendering #801

Closed mickaelistria closed 1 month ago

mickaelistria commented 1 month ago

From a simple markdown

_italic_
**bold**
~stroke~

I would expect that the TM4E grammar could extract the different styles (it seems it does as the tokens get a different color) and that the related Markdown styles get applied. However, it only changes the color, bold, italic and so on are not applied. I see the theme only defines the colors. Could it also define some other font attributes?