Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Sep 15, 2021
1 parent c5ce2fd commit 514b7a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mdless/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ def convert_markdown(input)
end

# misc html
line.gsub!(/<br\/?>/, "\n#{xc}")
line.gsub!(/<br\/?>/, "\n")
line.gsub!(/(?i-m)((<\/?)(\w+[\s\S]*?)(>))/) do |tag|
match = Regexp.last_match
last = find_color(match.pre_match)
Expand Down
2 changes: 1 addition & 1 deletion lib/mdless/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CLIMarkdown
VERSION = '1.0.21'
VERSION = '1.0.22'
end

0 comments on commit 514b7a1

Please sign in to comment.