Skip to content

Instantly share code, notes, and snippets.

@taji-taji
Created June 13, 2017 12:50
Show Gist options
  • Select an option

  • Save taji-taji/4a4f2e0179425a997e63bcf322b6f08d to your computer and use it in GitHub Desktop.

Select an option

Save taji-taji/4a4f2e0179425a997e63bcf322b6f08d to your computer and use it in GitHub Desktop.
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