Introduction
Usage
.yaml--to yaml--from yaml
stencila convert doc.smd doc.yaml--standalone
a $schemaproperty which links to the JSON Schema for the node type a @contextproperty which links to the JSON-LD context for the Stencila Schema
$schema: https://stencila.org/Article.schema.json
"@context": https://stencila.org/context.jsonld
type: ArticleImplementation
codec-yamlfrom_yamlto_yamlserde_yaml
Limitations
YAML's indentation-sensitive syntax can cause subtle errors if whitespace is inconsistent. Very large documents produce deeply nested YAML that can be difficult to navigate.