How to use strikethrough lines in markdown #3288
Unanswered
Geokeke
asked this question in
Questions about using Pluto
Replies: 1 comment
-
For MathJax formulas, you can use For text in Markdown, I've defined the following function (though it's not perfect): using HypertextLiteral
strikethrough(x) = @htl "<del>$(x)</del>" ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tried to use
~~
but did not work:Show:
Beta Was this translation helpful? Give feedback.
All reactions