kovetskiy / mark

Sync your markdown files with Confluence pages.
https://samizdat.dev
Apache License 2.0
1k stars 151 forks source link

strings.Title is deprecated #378

Open Skeeve opened 11 months ago

Skeeve commented 11 months ago

https://github.com/kovetskiy/mark/blob/8e16f6f29c6dc3d81e24f5f8d90bf411d8c8a402/pkg/mark/meta.go#L93

strings.Title is deprecated: The rule Title uses for word boundaries does not handle Unicode punctuation properly. Use golang.org/x/text/cases instead.deprecated(default)