The only solution I know is manipulating the DOM in Javascript: Select all figure
containing an a
, look for its figcaption
and append it to the a
.
The only solution I know is manipulating the DOM in Javascript: Select all figure
containing an a
, look for its figcaption
and append it to the a
.