lib/asciidoctor/abstract_block.rb in asciidoctor-2.0.18 vs lib/asciidoctor/abstract_block.rb in asciidoctor-2.0.19

- old
+ new

@@ -22,9 +22,10 @@ # Only assigned to section if automatic section numbering is enabled. # Only assigned to formal block (block with title) if corresponding caption attribute is present. attr_accessor :numeral # Public: Gets/Sets the location in the AsciiDoc source where this block begins. + # Tracking source location is not enabled by default, and is controlled by the sourcemap option. attr_accessor :source_location # Public: Get/Set the String style (block type qualifier) for this block. attr_accessor :style