lib/brief/document.rb in brief-1.14.0 vs lib/brief/document.rb in brief-1.14.1
- old
+ new
@@ -290,11 +290,9 @@
# 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