holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 14 forks source link

Add ability to :emphasize-lines: with pyodide #260

Open droumis opened 1 year ago

droumis commented 1 year ago

Make the equivalent of the following work for pyodide blocks:

:emphasize-lines: 1-2, 4

import param # gets highlighted
import panel as pn # gets highlighted

pn.extension() # gets highlighted

image