mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
329 B
22 lines
329 B
9 years ago
|
# Sample Markdown with YAML info
|
||
|
|
||
|
## Foobar
|
||
|
<!-- YAML
|
||
|
added: v1.0.0
|
||
|
-->
|
||
|
|
||
|
Describe `Foobar` in more detail here.
|
||
|
|
||
|
## Deprecated thingy
|
||
|
<!-- YAML
|
||
|
added: v1.0.0
|
||
|
deprecated: v2.0.0
|
||
|
-->
|
||
|
|
||
|
Describe `Deprecated thingy` in more detail here.
|
||
|
|
||
|
## Something
|
||
|
<!-- This is not a metadata comment -->
|
||
|
|
||
|
Describe `Something` in more detail here.
|