Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra line after wrap element? #261

Open
uninvolving opened this issue May 26, 2023 · 0 comments
Open

Extra line after wrap element? #261

uninvolving opened this issue May 26, 2023 · 0 comments

Comments

@uninvolving
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant