Created
August 30, 2016 04:03
-
-
Save Chovin/607de6b381e958a75cacc7abde1fba76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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