fix Ready to learn

pull/2375/head
Gergely Gombos 1 month ago
parent e67408b63e
commit 0a1b287622

@ -46,7 +46,7 @@ module Docs
end
# Transform h3 to h4 inside callouts
css('.note h3').each do |node|
css('.note h3', '.note h2').each do |node|
new_node = Nokogiri::XML::Node.new('h4', @doc)
new_node.content = node.content
node.replace(new_node)

Loading…
Cancel
Save