vue-router: fix notes

pull/1055/head
Jasper van Merle 6 years ago
parent 58973bf29a
commit b34dbb25f8

@ -7,6 +7,13 @@ module Docs
# Remove unneeded elements
css('.bit-sponsor, .header-anchor').remove
css('.custom-block').each do |node|
node.name = 'blockquote'
title = node.at_css('.custom-block-title')
title.name = 'strong' unless title.nil?
end
doc
end
end

Loading…
Cancel
Save