If you load from a Quarto document, the license filed is not being read. E.g.:
resolves to:
license: (
id: "",
name: "",
url: ""
)
There is a workaround which is to manually specify the id, name and url:
license:
id: CC-BY-4.0
name: CC-BY-4.0
url: https://creativecommons.org/licenses/by/4.0/
If you load from a Quarto document, the
licensefiled is not being read. E.g.:resolves to:
license: ( id: "", name: "", url: "" )There is a workaround which is to manually specify the
id,nameandurl: