\nClick for a Solution
\n\nmsg = 'This cell should be hidden'\nprint(msg)\n
\n \n",
+ 'HTML for code solutions not created as expected')
+ self.notebook.add_md_style()
+ assert self.notebook.data[0]['source'][0].startswith(r'%%html'), 'expected HTML magic in first cell'
\ No newline at end of file