Make the equivalent of the following work for pyodide blocks: ``` {code-block} python :emphasize-lines: 1-2, 4 import param # gets highlighted import panel as pn # gets highlighted pn.extension() # gets highlighted ``` 