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

AutolinkExtension removing leading Typographic nodes when the first link occurs in text following the typographic node. #301

Closed
vsch opened this issue Jan 22, 2019 · 0 comments

Comments

@vsch
Copy link
Owner

vsch commented Jan 22, 2019

The following markdown will have its first typographic smarts reverted back to text by AutoLink processing:

Embedded in text with--typographic prefix https://youtu.be/L1--OW4j0Pw more text--with
typographic following

Will render as:

<p>Embedded in text with--typographic prefix <a href="https://youtu.be/L1--OW4j0Pw">https://youtu.be/L1--OW4j0Pw</a> more text&ndash;with
typographic following</p>

instead of:

<p>Embedded in text with&ndash;typographic prefix <a href="https://youtu.be/L1--OW4j0Pw">https://youtu.be/L1--OW4j0Pw</a> more text&ndash;with
typographic following</p>
@vsch vsch added the 🪲 bug label Jan 22, 2019
@vsch vsch added this to the Version 0.40.14 milestone Jan 22, 2019
@vsch vsch changed the title AutolinkExtension removing leading Typographic nodes when the first link occurs in text following the typographic node. AutolinkExtension removing leading Typographic nodes when the first link occurs in text following the typographic node. Jan 24, 2019
@vsch vsch closed this as completed Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant