Search code examples
yaml

YAML: add link / reference to external document


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".


Solution

  • Easy solution: descriptions use format Markdown, which allows links with the format

    [I'm an inline-style link](https://www.google.com)