Shi Han
Shi Han
Adding on top of what @teddybee mentioned above, linkify is used in the match decorator: https://github.com/tasti/react-linkify/blob/325cb5e43300d7ada5bdf8d2849783d98fcd3c2c/src/decorators/defaultMatchDecorator.js#L3-L11 Therefore if we want to use a customized version of linkify, we can create...
Hi, thanks for the suggestion. Could you provide more context of the usecase of this feature and what problem are you trying to witht the comment outputs?
I've given some thoughts about this. One thing we can do is to use the [`description` of variables](https://www.terraform.io/docs/language/values/variables.html#arguments) as a "comment" in the output.
> Or should we just remove the cache folder to force a re-download? Yes, @seniorquico, you are right. Unfortunately this is "best" way to "update" for the moment :bow:.
I think `golang.org/x/text/language`'s Parse is based on Unicode Locale Data Markup Language (LDML)'s [Unicode Language and Locale Identifiers](https://www.unicode.org/reports/tr35/#Unicode_Language_and_Locale_Identifiers) which is based on [BCP47](https://www.unicode.org/reports/tr35/#BCP47) (but they are not strictly the same)....