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

Apostrophe breaks inline #[a(href="") links] #2021

Closed
ebsen opened this issue Jul 17, 2015 · 3 comments
Closed

Apostrophe breaks inline #[a(href="") links] #2021

ebsen opened this issue Jul 17, 2015 · 3 comments

Comments

@ebsen
Copy link

ebsen commented Jul 17, 2015

I don't know what these are called where you inline an HTML tag with the #[] syntax but if you have a single-quote (') between the [ and ] marks, you'll generate the error

The end of the string was reached with no closing bracket found.

even if the line includes one.

Here's a quick pen to demonstrate. I get the same issue locally.

@hemanth hemanth added the bug label Jul 18, 2015
@TimothyGu
Copy link
Member

This is a duplicate of the first part of #1723

@TimothyGu
Copy link
Member

A workaround:

p This #[a(href="http://jade-lang.com/") inline hyperlink works].
p This #[a(href="http://jade-lang.com/")= "one's broke"].

@ebsen
Copy link
Author

ebsen commented Jul 18, 2015

Oh! Didn't know about the that. Thanks.

Sorry for the duplicate. Totally missed #1723.

@hemanth hemanth removed the bug label Jul 18, 2015
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

3 participants