Issue
Is this possible to Strikethrough my comments with Jupyter Notebook Markdown?
I've tried many options:
~~Strike~~
~Strike~
<s>Strike</s>
<strike>Strike<strike>
...
nothing is working.
Solution
If you are referring to commented-out text inside of your code cells, then markdown formatting will not be applied to the text. You'd have to put the text in a separate markdown cell instead, then the syntax you noted for strikethrough will work.
Answered By - mgleahy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.