skanaar / nomnoml

The sassy UML diagram renderer
https://www.nomnoml.com
MIT License
2.66k stars 208 forks source link

Underline a single attribute #196

Open junaydb opened 1 year ago

junaydb commented 1 year ago

It does not seem possible to underline a single attribute (unless I'm missing something). I would like to do this to represent a static method in Java.

As far as I can tell you can only do: #.static: body=underline which causes all attributes to be underlined.

I just came across nomnoml today and I'm finding it great to use, it would be great to see this feature added.

skanaar commented 1 year ago

I would like to support as much as possible of the UML standard. This is an omission however.

There have been some other requests for this as well. I will think about it.