Skip to content

Instantly share code, notes, and snippets.

@gosukiwi
Created June 27, 2017 20:32
Show Gist options
  • Save gosukiwi/ff4fd38e736660f02cb8658501af3aad to your computer and use it in GitHub Desktop.
Save gosukiwi/ff4fd38e736660f02cb8658501af3aad to your computer and use it in GitHub Desktop.
class Markdown
# ...
def self.to_html(input)
@generator.generate(@parser.parse(@tokenizer.tokenize(input)))
end
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment