Skip to content

Commit

Permalink
Add nocov markings around old commonmarker template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 27, 2024
1 parent 1ec1695 commit a40719d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tilt/commonmarker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

Commonmarker.to_html(@data, options: { parse: parse_options, render: render_options, extension: extensions })
end
# :nocov:
else
aliases = {
:smartypants => :SMART
Expand Down Expand Up @@ -91,3 +92,4 @@
CommonMarker.render_doc(@data, parse_options, extensions).to_html(render_options, extensions)
end
end
# :nocov:

0 comments on commit a40719d

Please sign in to comment.