diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-05-05 12:44:41 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-05-05 12:45:00 -0600 |
| commit | 25931b4e11eb3fc2100bcb09c1fae879c5ff1d81 (patch) | |
| tree | f0d7a057bc5f85d85c1d15968c3995104c922959 | |
| parent | 1f90be5f63a7bd9092d8510d88cd6db20caa87bd (diff) | |
remove outdated comment in source code [no ci]
| -rw-r--r-- | lib/asciidoctor/substitutors.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/asciidoctor/substitutors.rb b/lib/asciidoctor/substitutors.rb index 3097497b..42fda33c 100644 --- a/lib/asciidoctor/substitutors.rb +++ b/lib/asciidoctor/substitutors.rb @@ -1279,7 +1279,6 @@ module Substitutors when :simple default_subs = NORMAL_SUBS when :verbatim - # NOTE block with :literal context and listparagraph-option gets folded into text of list item later default_subs = @context == :verse ? NORMAL_SUBS : VERBATIM_SUBS when :raw # TODO make pass subs a compliance setting; AsciiDoc.py performs :attributes and :macros on a pass block |
