lib/asciidoctor/rx.rb in asciidoctor-2.0.16 vs lib/asciidoctor/rx.rb in asciidoctor-2.0.17
- old
+ new
@@ -405,10 +405,10 @@
# Examples
#
# gist::123456[]
#
#--
- # NOTE we've relaxed the match for target to accomodate the short format (e.g., name::[attrlist])
+ # NOTE we've relaxed the match for target to accommodate the short format (e.g., name::[attrlist])
CustomBlockMacroRx = /^(#{CG_WORD}[#{CC_WORD}-]*)::(|\S|\S#{CC_ANY}*?\S)\[(#{CC_ANY}+)?\]$/
# Matches an image, video or audio block macro.
#
# Examples