rodnansol / spring-configuration-property-documenter

Tool to document Spring Configuration Properties - Leave us a feedback: https://github.com/rodnansol/spring-configuration-property-documenter/discussions/74
Apache License 2.0
37 stars 5 forks source link

Introduce line breaks on long class names (AsciiDoc mostly) #80

Open nandorholozsnyak opened 1 year ago

nandorholozsnyak commented 1 year ago

Is your feature request related to a problem? Please describe. Right now if there are long class names in the table cells it can screw up the whole table, there should be line breaks in longer class names too.

Describe the solution you'd like Line breaks in long class names in the table cell's, especially in AsciiDoc.

This approach could work:

:zwsp: pass:q[​]

[cols="<.>a,<.>a"]
|===
|Column 1
|Column 2

|com.exampleApp.core{zwsp}.InterfaceProperties{zwsp}$DatabaseProperties$Manager
|Some other row data
|===