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
Currently in def html_visit_plantuml(self, node): every image is embedded in a <p>. This leads to a newline for each picture. If we would have a configuration parameter to supress the new line (set it to <span> instead of <p>), would be nice and support my use case. Any feedback?
The text was updated successfully, but these errors were encountered:
Currently in
def html_visit_plantuml(self, node):
every image is embedded in a<p>
. This leads to a newline for each picture. If we would have a configuration parameter to supress the new line (set it to<span>
instead of<p>
), would be nice and support my use case. Any feedback?The text was updated successfully, but these errors were encountered: