Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
msangel committed Apr 9, 2024
1 parent 9f302aa commit 2ed7c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/markdown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def blank?(str)
str.nil? || !str.respond_to?(:to_str) || str.include?(/[^[:space:]]/)
end

def convert_table(el, indent)
def convert_tbody(el, indent)
el.attr['class'] = "#{el.attr['class']} table table-bordered table-striped".lstrip
super(el, indent)
end
Expand Down

0 comments on commit 2ed7c8b

Please sign in to comment.