is it possible to strike-through part of an latex equation when using jupyter notebook's markdown? example:
strike-through the denominator (11-4)! numerator 7!. I've tried using ~~(11-4)!~~ and ~(11-4)!~ which both work on their own but when use them within latex $\frac{11!}{(11-4)!4!}\frac{7!}{(7-4)!4!}$ neither work.
if it matters, I'm running in on Ubuntu. kindly advise
@osbm this is my output with the code suggest;
CodePudding user response: