Hello, Matt Price <mopto...@gmail.com> writes:
> I'm not sure. Doesn't look like it to me -- I would instead have put: > > - (format "\n<p>%s</p>" contents) > + (format "\n%s" contents) > > Because we never want the <p> tag inside the figure. Isn't that right? I don't think so. When `org-html-html5-fancy' is non-nil, "ox-html.el" uses <p> tags to separate image and caption. Moreover, there is no <figure> in that case, but a <div class=\"figure\">. Can't this contain a <p> block element? Regards, -- Nicolas Goaziou