lib/brief/document.rb in brief-1.13.2 vs lib/brief/document.rb in brief-1.14.0
- old
+ new
@@ -290,9 +290,11 @@
# Prior to doing so, we use the structure analyzer to build more metadata into the markup
def parser
@parser ||= begin
structure.prescan
+ structure.assign_id_attributes_to_pre_tags
+
structure.create_wrappers.tap do |f|
transformer_for(f).all
end
end
end