Created
June 13, 2017 12:50
-
-
Save taji-taji/4a4f2e0179425a997e63bcf322b6f08d 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
| import App | |
| import LeafProvider | |
| import MarkdownProvider | |
| // some code... | |
| if let leaf = drop.view as? LeafRenderer { | |
| leaf.stem.register(Markdown()) | |
| } | |
| // some code... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment