We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[[YAML]]
localBiblio
data-cite
1 parent 0b87865 commit 6a0329fCopy full SHA for 6a0329f
1 file changed
index.html
@@ -73,6 +73,20 @@
73
"Philippe Le Hegaret",
74
],
75
},
76
+ // Default [[YAML]] (SpecRef) uses yaml.org/spec/1.2/spec.html, which now redirects to
77
+ // spec/1.2-old/ — fragment ids there do not match this document's data-cite targets (e.g.
78
+ // #node-anchors). YAML-LD targets YAML 1.2.2; point all YAML#… links there.
79
+ YAML: {
80
+ title: "YAML Ain't Markup Language (YAML™) version 1.2.2",
81
+ href: "https://yaml.org/spec/1.2.2/",
82
+ publisher: "YAML Language Development Team",
83
+ date: "2021-10-01",
84
+ authors: [
85
+ "Oren Ben-Kiki",
86
+ "Clark Evans",
87
+ "Ingy döt Net",
88
+ ],
89
+ },
90
91
92
// Cross-reference definitions
0 commit comments