Skip to content

Commit

Permalink
fix test typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krschacht committed May 15, 2024
1 parent 96c585c commit ca77bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/markdown_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def self.render(markdown, options = {})
end

def self.ensure_blank_line_before_code_block_start(markdown)
markdown.gsub(/(\n*)( *)(```.*?```)/m, "\n\\2\\3")
markdown.gsub(/(\n*)( *)(```.*?```)/m, "\n\n\\2\\3")
end
end

0 comments on commit ca77bbb

Please sign in to comment.