Created
June 27, 2017 20:32
-
-
Save gosukiwi/ff4fd38e736660f02cb8658501af3aad 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
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