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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
HTML
These are the tests for the HTML output generated from the
Figure
constructor. Captions are omitted if not present in the AST.HTML5
HTML5 figure with caption and content.
HTML5 figure with no caption and content.
HTML4
In this case I use the
float
class to differentiate thediv
sincefigure
is already used by theSimpleFigure
construction.HTML4 figure with caption and content.
HTML4 figure with no caption and content.
Discussion
This is the first version of the output, so comments are welcome.
Beta Was this translation helpful? Give feedback.
All reactions