I would like to capture the inner HTML ("<p>Hi.</p>") and return a
modified version automatically after the user executes the cell.
I can see that there are JS methods like .html() (somewhere in
outputArea) that could help me on this but I wonder if maybe there are
more direct and canonical ways to do so.