Last active
December 31, 2016 01:44
-
-
Save tanaikech/25ac499ddf47fd3d5ddb65af99046461 to your computer and use it in GitHub Desktop.
OmniMarkupPreviewerでプレビューできない場合の対処法 ref: http://qiita.com/tanaike/items/816d3096cb7978e3452d
This file contains 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
def makeExtension(configs=None): | |
return StrikeoutExtension(configs=configs) |
This file contains 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
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