Skip to content

Instantly share code, notes, and snippets.

@Chovin
Created August 30, 2016 04:03
Show Gist options
  • Save Chovin/607de6b381e958a75cacc7abde1fba76 to your computer and use it in GitHub Desktop.
Save Chovin/607de6b381e958a75cacc7abde1fba76 to your computer and use it in GitHub Desktop.
https://github.com/timonwong/OmniMarkupPreviewer/issues/85
Find the python-markdown sublime package.
On the Mac: subl "/Users/<username>/Library/Application Support/Sublime Text 3/Packages/OmniMarkupPreviewer/OmniMarkupLib/Renderers/libs/mdx_strikeout.py"
Replace the makeExtension() method with the following:
def makeExtension(*args, **kwargs):
return StrikeoutExtension(*args, **kwargs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment