mystmd
mystmd copied to clipboard
word document export shows jupyter cells regardless of the remove-input tag
trafficstars
Description
version: 1.3.25
Inside a jupyter notebook, if I use the the remove-input tag as documented to hide the input, the website on localhost:3000 hides the jupyter notebook cell which is correct. However, the cell is still present in the word output if i ask to build a word document.
Proposed solution
The word export should hide the cells if the tag is present on the jupyter notebook.