GehDoc / vscode-textile-preview

Provides rich language support for Textile within Visual Studio Code : synchronised preview side by side with the textile markup source, source code folding, code block syntax highlighting, link to headlines with completion...
Other
6 stars 2 forks source link

Cannot extract links with escaped comment #33

Closed GehDoc closed 9 months ago

GehDoc commented 4 years ago

https://github.com/GehDoc/vscode-textile-preview/blob/d7edf009b3176bd1115d2d71775544f527b03995/src/test/documentLinkProvider.test.ts#L75

This is a bug in textile-js library. TODO : report it to the relevant repository, then maybe try to correct it.

GehDoc commented 9 months ago

https://textile-lang.com doesn't support that either.