Problem/Motivation
I would like to convert quotes created with the Drupal core "Block Quote" button into quotes provided by this module; however, many of my quotes don't have an author, and if I leave the author field empty, unnecessary blank space is rendered below the quote.
After inspecting the generated markup, it looks like if the author field is left empty, the author HTML element is filled with a space ( )

Steps to reproduce
Try creating a quote without entering an author. You will get extra space below the quote.
Proposed resolution
If the author field is empty, do not render markup for the author field.
Remaining tasks
- Contact maintainer to check if proposed resolution is worth pursuing.
- Create an MR.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | quote-with-no-author.png | 399.92 KB | mmenavas |
Comments
Comment #2
mmenavas commented- Updated issue tile to improve clarity.
- Improved issue description and added screenshot.