Closed czikus closed 3 years ago
Probably, the reason of this error come from sentence-splitter bug. https://github.com/azu/sentence-splitter/issues/22
I can not reproduce it in markdown.
textlint's Markdown parser https://google.com//search?q=something
as Link node and it will be ignored.
If the URL is written as plain text, it is an expected error.
If you want to avoid this error, you need to write the URL as Link
node or Code
node.
In markdown:
<https://google.com//search?q=something>
https://google.com//search?q=something // probably auto-linked
`https://google.com//search?q=something` // this is code
If I missed, please re-open this issue.
The following sentence in a text file:
generates: