-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
wp2hugo inserts an extra space before links (second and third links) if not at the beginning of the line (first link) or proceeded by a space (forth link).
WordPress XML export:
<!-- wp:paragraph -->
<p><a href="https://example.com">Hello world</a>. "<a href="https://example.com">Example 1</a>". (<a href="https://example.com">Example 2</a>, <a href="https://en.wikipedia.org">Wikipedia</a>)</p>
<!-- /wp:paragraph -->
Hello world. "Example 1". (Example 2, Wikipedia)
Generated by wp2hugo:
[Hello world](https://example.com). " [Example 1](https://example.com)". ( [Example 2](https://example.com), [Wikipedia](https://en.wikipedia.org))
Hello world. " Example 1". ( Example 2, Wikipedia)
Metadata
Metadata
Assignees
Labels
No labels