You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The admonition block with the title, rendered in blue.
The empty admonition body, rendered in pale blue.
The block quote with the actual item contents outside the main container.
The asymmetric alignment caused by the block quote element.
I believe that removing the contents from the block quote, putting them in the admonition body, and merging the admonition with the main container would simplify the structure, better translate the relationship between the title and the contents, and allow items to nest:
In addition to giving a more aesthetically pleasing result:
The same observation applies to traceability tables and charts, for which the actual content is also not inside, but below, the admonition that provides the title.
The text was updated successfully, but these errors were encountered:
The layout of a traceability item currently presents the following structure:
And is rendered as such:
Observe:
I believe that removing the contents from the block quote, putting them in the admonition body, and merging the admonition with the main container would simplify the structure, better translate the relationship between the title and the contents, and allow items to nest:
In addition to giving a more aesthetically pleasing result:
The same observation applies to traceability tables and charts, for which the actual content is also not inside, but below, the admonition that provides the title.
The text was updated successfully, but these errors were encountered: