statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 234 forks source link

Analyzer warning when using Unicode Tags. #997

Closed daveaglick closed 1 year ago

daveaglick commented 1 year ago

Discussed in https://github.com/orgs/statiqdev/discussions/169

Originally posted by **StevenTCramer** September 17, 2022 I have added a tag for posts in the Thai language. When I use `Thai` all is good but when I use `ไทย` then the site works perfectly fine, but the analyzer gives me: ```console ... Could not validate relative link:
daveaglick commented 1 year ago

Possibly related to #998 which also seems to be dependent on escaping. I'm thinking it's tripping up the way analyzers identify what should be processed and how.

daveaglick commented 1 year ago

Verified that the fix for #998 also applies here and added a test to confirm