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

WRAP plugin overlap on frameboxes when exporting to ODT #264

Open
eduardomozart opened this issue Jun 20, 2023 · 1 comment
Open

WRAP plugin overlap on frameboxes when exporting to ODT #264

eduardomozart opened this issue Jun 20, 2023 · 1 comment

Comments

@eduardomozart
Copy link
Contributor

eduardomozart commented Jun 20, 2023

Hello, when exporting the DokuWiki markup below to ODT:

<WRAP center round tip 60%>
Quando o MLAG é conectado por meio de um uplink baseado em L2, não há necessidade de aplicar redundância de gateway padrão aos hosts, pois essa função é implementada nos pontos de borda L2/L3 da rede. [(:harvard:MLNX-ETH-UM>>page:702)]
</WRAP>

<WRAP center round info 60%>
**Nota**: O endereço IP do MLAG-VIP deve estar dentro da mesma sub-rede da interface de gerenciamento (MGMT). [(:harvard:MLNX-MLAG-Setup)] [(:harvard:MLNX-MLAG-TS)] [(:harvard:MLNX-ETH-UM>>page:701)]
</WRAP>

It's being rendered as:

image

Output file: playground.odt

This overlap also happens on older ODT plugin versions (2019-07-27) so it doesn't seems to be an ODT plugin issue (or maybe it is, if it isn't rendering frameboxes as expected).

@eduardomozart eduardomozart changed the title WRAP plugin overlap on near boxes when exporting to ODT WRAP plugin overlap on flatboxes when exporting to ODT Jun 21, 2023
@eduardomozart
Copy link
Contributor Author

The workaround #265 fixes framebox overlap each other, but it didn't work with other elements, e.g.:

<WRAP center round alert 60%>
Atualmente, o MLAG é compatível apenas com 2 switches. [(:harvard:MLNX-ETH-UM>>page:701)]
</WRAP>

===== Topologia =====

<WRAP group>
<WRAP half column>
{{https://www.plantuml.com/plantuml/png/jLJBSXen4Bpp5Ihv6efzG0m4KJROLEvxoC7X85O3gxAGA4a69ov_KhuYFsOzM5WmvPGFuR2xzBIwUuPXMpV6KcsVrgB5-4hJJOLMwAM5t4VG1GY2fqf2QVcMCye0pVx-CRoa-CWGgYGsV5qgNKB03B7w2G8ODH-MIbf9rq3mTn1Ri5vZtYGO-qi0sG5R0KEb4agRiW9tm83D1v4gbKlmiC-5aQde1iX2FQCBwks94Wo7Yk6_NINDDjQT2JPBBeIpyRTWHV3LVJwRtjqDhoQpMVTsYb6Dv_dNMTB3FYRZ82sLAoSmI68Y7_ToSqtdn3b7ldbEqaC7nOyqFU9P4y_sUD5WrzoYmQnvfPAb2wUfXJZwWBuWJUKZ8iYuSD-YUN1wlLHsNeKl7OEsn_jWQou5ID956z1yKxaB69BLCre8MZuETnMtC0pF656jrQu2oeXqwnCK3ml3k5iv5vTqJ_4usUG0-kEnpz41yv-HfGi1QA4q0-UUuF59ELBqUp0MsDZVqquw-EAkMJBgEEYzGEUIWfVr2k7C_w8unFTt1EFJ_EHdyNjHRsXws-lty_EPDsTwtKEMkbsFI-DwnutXOh1LXi_aiwDyaapkUyb7ylcPV7OY_rEU6cIVpv__Atz-Bl-f_Eth3njew1U7wUp_4Vtz2uNBBJTd5lFMQ-i69FFlrZS0&.png}}
</WRAP>

<WRAP half column>
{{https://www.plantuml.com/plantuml/png/xLPDRnen4BtpAopdd6PtWIgX60L8Q2jHgHA77g8Sp7fWhHXxvJMGDif_Z_TxWKsWWQezr0TOtdmzpyn3sxYE3DLckH0DnkUQXW6QewS6iaVGAGY2Xqg2R_YACye0ZJrS6eNoYKb-pfJs8S4YOlGI4Z1DTwUfV8WW9DZzu3hulcgQAMaaNG31Nq2im72VRZf4vgS0iWOs1uPy9PIE_01iG0IcUPMwIcLvtMLiCOe26WAPgaTKa_rye0J3YINYlwp5zK9ZOv8oCow4BHD_9QK8FhjjZeOtDvspmMZKwWynol5cy-F8QUEO9kCW3PLpc-3AIHd5TEilLwtisCgfV_JekCKD9ZzSjyIzAkvb-AJYdVjEAfwvdw-aRybfQY2TIe8-eNWYYA38alkK5aygFTUPRQr9R2g9dlSoOWik1KZIGY5e7WRs0oBYvJsQ2ke_TDO1Dz19dZ6YMgjr09GHQPSgoLZi4kDs4IrTqjh4qyuw1HY7f_Vi5bXykePE1Q2fqWniTGVtDiofYzu5KmFhVVq-xbxOxzseYxgmE5SSbiGSwrAmTl56z_B5n5ej9GE6UmYD-vzVIMYHk0Kbc3xTRqmkNfryYTr--_AoUU1OlBV7OgXLpVl7KlRfTthwztnVMwFgHMiMYUqFTEk6dfzlTlflPZjuA_wWb6fxSF3bz-r_Sh8s7Dc3BMLufJ8SPt3RThQLKVbJFaX9M_vxy_zNtYcKTvo0tgtZVqfv9z7HdbQSH7oJGdhPoyHbHfNB5OzszFJSk0R9ufVL5m00&.png}}
</WRAP>
</WRAP>

Even with workaround, it's being rendered as:

image

@eduardomozart eduardomozart changed the title WRAP plugin overlap on flatboxes when exporting to ODT WRAP plugin overlap on frameboxes when exporting to ODT Jun 21, 2023
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