Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
app-harry committed Aug 23, 2024
1 parent 4a4237f commit 8df9fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZMediumToMarkdown.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.files = Dir['lib/**/*.*']
gem.executables = ['ZMediumToMarkdown']
gem.name = 'ZMediumToMarkdown'
gem.version = '2.4.3'
gem.version = '2.4.5'

gem.license = "MIT"

Expand Down
4 changes: 2 additions & 2 deletions lib/Parsers/IframeParser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ def parse(paragraph)
result = "\n"

result += gistRAW.chomp
result += "\n"

result += "\n\n"
else
result = "```#{lang}\n"

Expand Down

0 comments on commit 8df9fa5

Please sign in to comment.