-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi, I am trying to create a Wikipedia-style infobox. In the process of this, I am using Wrap to create a list instead of a Dokuwiki table. This works fairly well, but it seems there is an extra blank line added to the end. Is there a plugin problem here? Or a problem with my implementation?
Code (the first line comes from Table Width plugin):
|< 19.2em 20% - 50% >|
| **Date** | 1 January 2023 ||
| **Location** | X ||
| **Result** | <WRAP>
• A\\
• B\\
• C</WRAP> ||
^ Belligerents ^^^
| <WRAP> D\\
E\\
F\\
G</WRAP> || H |
^ Strength ^^^
| <WRAP> 50\\
**(At peak)**</WRAP> || <WRAP>
15\\
**(At peak)**</WRAP> |
Screenshot:
https://i.imgur.com/O8RZYpz.png
As you can see, there is a gap after "C" and "G" and "At peak". There is no such gap when a table row is made normally, without a nested Wrap element.
Metadata
Metadata
Assignees
Labels
No labels