-
Could you tell me how I can define the class of a Figure element in Markdown? I have noticed that I want to write a Lua filter to change the environment of certain images (selected by class) from |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Currently there's no way to do this. You could write a Lua filter to move the class from the Image contained in a Figure to the Figure itself. |
Beta Was this translation helpful? Give feedback.
-
@jgm I've found myself in the position of needing this too! My particular needs are using it with flexbox. You'd either have to |
Beta Was this translation helpful? Give feedback.
Currently there's no way to do this. You could write a Lua filter to move the class from the Image contained in a Figure to the Figure itself.