В Mon, 18 Aug 2025 12:19:40 +0100
Rasha Shraim via R-package-devel <r-package-devel@r-project.org> пишет:

> \if{html}{\out{<p>World region coverage:</p>}\out{<div
> style="text-align:
> left">}\figure{March2025_vitD_cloudy_world.png}{options:
> style="width:500px;max-width:50\%;"}\out{</div>}}

If you add an empty line between \figure{...} and \out{</div>}, R will
close the the <p> tag that it had opened for the \figure{...} tag while
it's still inside the <div>. Then the <p> won't be empty, and there
won't be a need for an implicit opening <p> for a mismatched closing
</p> after the </div>.

-- 
Best regards,
Ivan

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to