How can I add a link to a YAML
file that points to, e.g. another web site? The description field would be fine.
I read the YAML
documentation but could not find a reference to "external references".
[] — link text inside square brackets. () — link URL inside round brackets.
No, standard YAML does not include any kind of "import" or "include" statement. You could create a ! include <filename> handler.
JSON. YAML 1.2 is a superset of JavaScript Object Notation (JSON) but has some built-in advantages. For example, YAML can self-reference, support complex datatypes, embed block literals, support comments, and more.
On the first line of your YAML definition, use the ! inherit directive followed by a colon and the identifier of the definition you want to inherit from.
Easy solution: descriptions use format Markdown, which allows links with the format
[I'm an inline-style link](https://www.google.com)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With