Skip to content

Commit

Permalink
markup using yaml syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Aug 22, 2022
1 parent bb408e4 commit c18b14e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheConstructor
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the constructor.
>
> ```md
> ```yaml
> ---
> title: NameOfTheConstructor()
> slug: Web/API/NameOfTheParentInterface/NameOfTheParentInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheEvent_event
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular event.
>
> ```md
> ```yaml
> ---
> title: 'NameOfTheParentInterface: NameOfTheEvent event'
> slug: Web/API/NameOfTheParentInterface/NameOfTheEventHandler_event
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular interface.
>
> ```md
> ```yaml
> ---
> title: NameOfTheAPI API
> slug: Web/API/NameOfTheAPI_API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheMethod
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular method.
>
> ```md
> ```yaml
> ---
> title: NameOfTheParentInterface.NameOfTheMethod()
> slug: Web/API/NameOfTheParentInterface/NameOfTheMethod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheProperty
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular property.
>
> ```md
> ```yaml
> ---
> title: NameOfTheParentInterface.NameOfTheProperty
> slug: Web/API/NameOfTheParentInterface/NameOfTheProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The page front matter in the pages on MDN Web Docs comprises of the YAML headers
> **Note:** _Remove this whole explanatory note before publishing._
>
>
> ```plain
> ```yaml
> ---
> title: NameOfTheInterface
> slug: Web/API/NameOfTheInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: css.properties.NameOfTheProperty
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular property.
>
> ```md
> ```yaml
> ---
> title: NameOfTheProperty
> slug: Web/CSS/NameOfTheProperty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: css.selectors.NameOfTheSelector
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular selector.
>
> ```md
> ```yaml
> ---
> title: :NameOfTheSelector
> slug: Web/CSS/:NameOfTheSelector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular method.
>
> ```md
> ```yaml
> ---
> title: Term being defined
> slug: Glossary/Term_being_defined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheElement
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular element.
>
> ```md
> ```yaml
> ---
> title: '<NameOfTheElement>: The NameOfTheElement element'
> slug: Web/HTML/Element/NameOfTheElement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheHeader
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular header.
>
> ```md
> ```yaml
> ---
> title: NameOfTheHeader
> slug: Web/HTTP/Headers/NameOfTheHeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ browser-compat: path.to.feature.NameOfTheElement
> The frontmatter at the top of the page is used to define "page metadata".
> The values should be updated appropriately for the particular element.
>
> ```md
> ```yaml
> ---
> title: <NameOfTheElement>
> slug: Web/SVG/Element/NameOfTheElement
Expand Down

0 comments on commit c18b14e

Please sign in to comment.