mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
Fix weird syntax highlighting in markdown features doc
This commit is contained in:
parent
dd25a99c59
commit
120678be05
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ Documents use the following markdown header fields that are enclosed by a line `
|
|||
|
||||
For example:
|
||||
|
||||
```markdown
|
||||
```markup
|
||||
---
|
||||
id: doc1
|
||||
title: My Document
|
||||
|
@ -29,7 +29,7 @@ Versioned documents have their ids altered to include the version number when th
|
|||
|
||||
For example:
|
||||
|
||||
```markdown
|
||||
```markup
|
||||
---
|
||||
id: version-1.0.0-doc1
|
||||
title: My Document
|
||||
|
@ -52,7 +52,7 @@ Blog Posts use the following markdown header fields that are enclosed by a line
|
|||
|
||||
For example:
|
||||
|
||||
```markdown
|
||||
```markup
|
||||
---
|
||||
title: My First Blog Post
|
||||
author: Frank Li
|
||||
|
|
Loading…
Add table
Reference in a new issue