-
Notifications
You must be signed in to change notification settings - Fork 327
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
Parser can't parse end-parenthesis in URL #327
Comments
I'm assuming you are using the Markdown syntax for your image link. In that case refer to this thread about using brackets in Markdown links. |
Yep, I'd found that. :-) I tried several of those alternatives -- including
Bare, encoded and delimited -- and couldn't find one that worked. With HTML
going away in later versions of Homebrewery, which syntax should I use if I
need an end-parenthesis in a hyperlinked URL?
…On Sun, Feb 12, 2017 at 11:17 AM Scott Tolksdorf ***@***.***> wrote:
I'm assuming you are using the Markdown syntax for your image link. In
that case refer to this thread about using brackets in Markdown links
<http://meta.stackexchange.com/questions/13501/links-to-urls-containing-parentheses>
.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/stolksdorf/homebrewery/issues/327#issuecomment-279228983>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDuL2qw6rXoIPDTB__7mp2B0oRdCB0-ks5rbzCcgaJpZM4L3hh4>
.
|
Cool. Looks like that is a bug then. Code to test.
|
Looks like it's not possible without some deep changes to the markdown lexer I'm using.
|
stolksdorf
removed
the
solution found
A solution exists; just needs to be applied
label
Feb 12, 2017
FYI, I just tried this and it inserted the literal %29 into the URL without
interpreting it as the ")" character. :-/
…On Sun, Feb 12, 2017 at 6:22 PM Scott Tolksdorf ***@***.***> wrote:
Closed #327 <https://github.com/stolksdorf/homebrewery/issues/327>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/stolksdorf/homebrewery/issues/327#event-958842554>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDuL1qJ2NILlZEIAOJMIrzTDnGdbjoRks5rb5QxgaJpZM4L3hh4>
.
|
okay. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
End-parentheses in URLs cause the parser to stop parsing the URL at that point. For example:
Link to full image
Renders as:
Link to full image_sample.jpg
Additional Details
Brew code to reproduce :
Click to expand
The text was updated successfully, but these errors were encountered: