MyST-NB icon indicating copy to clipboard operation
MyST-NB copied to clipboard

Handle Raw NB Cells

Open chrisjsewell opened this issue 4 years ago • 1 comments

Currently, these cells are just ignored. We should maybe assess nb.metadata.raw_mimetype, which will be e.g. text/html, then do the same as the only directive does, to only output it given a matching builder

chrisjsewell avatar Apr 01 '20 08:04 chrisjsewell

In regards to the my closed issue #295 , how exactly would it work? Would I add something like :tag: raw in the code cell or something? Or would this be through glue? Trying to write my thesis in jupyterbook, so this would be a super useful feature!

amichuda avatar Jan 23 '21 23:01 amichuda