Documentation Link
https://matplotlib.org/devdocs/gallery/event_handling/coords_demo.html
Problem
The render of the "Note" box at the top of the page is broken when downloading the page as a Jupyter notebook and viewing it in JupyterLab
Suggested improvement
Removing the indent at the beginning of the second paragraph fixes it.
Before:
<div class="alert alert-info"><h4>Note</h4><p>This example exercises the interactive capabilities of Matplotlib, and this
will not appear in the static documentation. Please run this code on your
machine to see the interactivity.
You can copy and paste individual parts, or download the entire example
using the link at the bottom of the page.</p></div>
After:
<div class="alert alert-info"><h4>Note</h4><p>This example exercises the interactive capabilities of Matplotlib, and this
will not appear in the static documentation. Please run this code on your
machine to see the interactivity.
You can copy and paste individual parts, or download the entire example
using the link at the bottom of the page.</p></div>

Documentation Link
https://matplotlib.org/devdocs/gallery/event_handling/coords_demo.html
Problem
The render of the "Note" box at the top of the page is broken when downloading the page as a Jupyter notebook and viewing it in JupyterLab
Suggested improvement
Removing the indent at the beginning of the second paragraph fixes it.
Before:
After: