lib/asciidoctor/inline.rb in asciidoctor-2.0.3 vs lib/asciidoctor/inline.rb in asciidoctor-2.0.4
- old
+ new
@@ -30,10 +30,10 @@
def convert
converter.convert self
end
- # Alias render to convert to maintain backwards compatibility
+ # Deprecated: Use {Inline#convert} instead.
alias render convert
# Public: Returns the converted alt text for this inline image.
#
# Returns the [String] value of the alt attribute.