]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix strikethrough
authorJosh Holland <anowlcalledjosh@gmail.com>
Thu, 20 Jun 2019 14:52:53 +0000 (15:52 +0100)
committerJosh Holland <anowlcalledjosh@gmail.com>
Thu, 20 Jun 2019 14:52:53 +0000 (15:52 +0100)
commitab4cb4b45de51c02566c6ebdb8d6e56215239bee
tree891a47ef10f5ebd7e537dbdf03b503348fd2f4a7
parent0e43b4c5b06466cb54540b7452db6c6b22e33539
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.
syntax/markdown.vim