Created
August 13, 2018 23:33
-
-
Save dblock/51a087689e5dc24fb986da47bd36ec30 to your computer and use it in GitHub Desktop.
Kramdown parser repro
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
require 'kramdown' | |
text = <<-MARKDOWN | |
# Example | |
The quick brown fox jumps over the lazy dog. | |
```ruby | |
# one | |
require 'danger-toc' | |
# two | |
require 'danger-toc' | |
``` | |
MARKDOWN | |
puts Kramdown::Document.new(text).to_html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment