diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-05-06 12:39:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-06 10:39:25 -0600 |
| commit | d9e6cad66e260efeb46a3e9c962cb86b6f705803 (patch) | |
| tree | 5a4bda6ef1382c73979bc73a298b3cbc7fb046c4 /lib | |
| parent | ffab0363d1a9ab30124695991a023669aef41d5c (diff) | |
resolves #4565 don't duplicate block attribute line above detached block that breaks a dlist (PR #4566)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor/parser.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asciidoctor/parser.rb b/lib/asciidoctor/parser.rb index 0daba0d7..39439bee 100644 --- a/lib/asciidoctor/parser.rb +++ b/lib/asciidoctor/parser.rb @@ -1473,6 +1473,7 @@ class Parser break end if interrupt + this_line = nil reader.unshift_lines block_attribute_lines break end |
