Shortcode to Add a Strikethrough
This is part of our Hugo shortcode series.
In this post we wanted to make a quick shortcode to add a strikethrough to some of our text. We use a very similar method to the raw html shortcode, but encompass it with the <strike> element.