Skip to content

Conversation

ChristianMurphy
Copy link
Collaborator

@ChristianMurphy ChristianMurphy commented Aug 15, 2023

[](a (a 
))

throws

thread panicked at 'expected link', src/subtokenize.rs:148:57

let link_curr = enter.link.as_ref().expect("expected link");

when in CommonMark it is valid https://spec.commonmark.org/dingus/?text=%5B%5D(a%20(a%20%0A))
and should render:

<p><a href="a" title="a 
"></a></p>

@ChristianMurphy ChristianMurphy changed the title test: link with title and newline test: link and title with newline Aug 15, 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

Successfully merging this pull request may close these issues.

1 participant