• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Sample Markdown with YAML info
2
3## Foobar
4<!-- YAML
5added: v1.0.0
6-->
7
8Describe `Foobar` in more detail here.
9
10## Foobar II
11<!-- YAML
12added:
13  - v5.3.0
14  - v4.2.0
15changes:
16  - version: v4.2.0
17    pr-url: https://github.com/nodejs/node/pull/3276
18    description: The `error` parameter can now be an arrow function.
19-->
20
21Describe `Foobar II` in more detail here. fg(1)
22
23## Deprecated thingy
24<!-- YAML
25added: v1.0.0
26deprecated: v2.0.0
27-->
28
29Describe `Deprecated thingy` in more detail here. fg(1p)
30
31## Something
32<!-- This is not a metadata comment -->
33
34Describe `Something` in more detail here.
35