Preview
Issue #2
The second block is a part of blockquote, i can understand you split image here, but I don't quite understand why you transform the second block into paragraph.
- Pavel T.
- Because I did @split_parent for //blockquote/*[.//img]
In this case structure is
-- blockquote
- p
- p
-- span
--- img
--- text
-- span
--- text
Paragraphs splitted, but there's another 2 nesting levels needed to be splitted to handle this <bq> correctly.
I don't know the way (if we don't mean hardcode of mad nesting) how to handle it correctly and reliable.
My method works well for all of other articles, so it seems to be one-off case.
- Accepted by admin
- Blockquote formatting is missing, so it's seems it's better to detach the image from the blockquote. Or to leave the image inside it, since it's pretty small (won't be critical in this case)
- Type of issue
- Author added their own content
- Reported
- Apr 28, 2019