prettier/tests/markdown_link/title.md

32 lines
704 B
Markdown

[hello](#world "title")
[hello](#world 'title')
[hello](#world (title))
[a](https://example.com "\"")
[a](https://example.com '\"')
[a](https://example.com (\"))
[a](https://example.com "\'")
[a](https://example.com '\'')
[a](https://example.com (\'))
[a](https://example.com "\'")
[a](https://example.com '\)')
[a](https://example.com (\)))
<!-- magical incantations -->
[a](https://example.com "\"')")
[a](https://example.com '"\')')
[a](https://example.com ("'\)))
<!-- mis-parsing, `\` are missing: -->
[a](https://example.com "\\\"")
[a](https://example.com '\\\'')
[a](https://example.com (\\\)))
[a](https://example.com "\\'")
[a](https://example.com '\\"')
[a](https://example.com (\\"))