From: Josh Holland Date: Thu, 20 Jun 2019 14:52:53 +0000 (+0100) Subject: Fix strikethrough X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/ab4cb4b45de51c02566c6ebdb8d6e56215239bee?hp=ab4cb4b45de51c02566c6ebdb8d6e56215239bee Fix strikethrough `mkdStrike` wasn't matching in places where it should, because `htmlStrike` was included in `mkdNonListItem`'s `contains` instead. Also allow strikethrough delimiters to be concealed. ---