lib/govspeak.rb in govspeak-6.7.0 vs lib/govspeak.rb in govspeak-6.7.1
- old
+ new
@@ -183,11 +183,11 @@
%(\n\n<div class="highlight-answer">
#{Govspeak::Document.new(body.strip).to_html}</div>\n)
end
extension("stat-headline", %r${stat-headline}(.*?){/stat-headline}$m) do |body|
- %(\n\n<aside class="stat-headline">
-#{Govspeak::Document.new(body.strip).to_html}</aside>\n)
+ %(\n\n<div class="stat-headline">
+#{Govspeak::Document.new(body.strip).to_html}</div>\n)
end
# FIXME: these surrounded_by arguments look dodgy
extension("external", surrounded_by("x[", ")x")) do |body|
Kramdown::Document.new("[#{body.strip}){:rel='external'}").to_html