Quantcast
Channel: Ruby Kramdown breaks code block and table in a markdown - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by engineersmnky for Ruby Kramdown breaks code block and table in a...

Per the Kramdown spec:backticks (`) are for inline codetildas ~~~ are for code blocks.Code Span is for Inline Code and differs fromCode Blocks.The flavor you are currently using for code blocks (```)...

View Article



Ruby Kramdown breaks code block and table in a markdown

It looks that Kramdown changes the delimiter of a code block from ``` to ` when I use to_kramdown. The minimum code is below.require 'kramdown'code = <<END```rbnum = 0while num < 2 do...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images