mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 01:28:38 +02:00
fix(cli): allow passing a list of file names to write-heading-ids (#6500)
This commit is contained in:
parent
9af7aae9e2
commit
c1e3801ee7
28 changed files with 74 additions and 74 deletions
|
@ -18,7 +18,7 @@ This section assumes you are using the official Docusaurus content plugins.
|
|||
|
||||
:::
|
||||
|
||||
## Standard features
|
||||
## Standard features {#standard-features}
|
||||
|
||||
Markdown is a syntax that enables you to write formatted content in a readable syntax.
|
||||
|
||||
|
@ -44,7 +44,7 @@ Hello world message with some **bold** text, some _italic_ text and a [link](/)
|
|||
</BrowserWindow>
|
||||
```
|
||||
|
||||
## Quotes
|
||||
## Quotes {#quotes}
|
||||
|
||||
Markdown quotes are beautifully styled:
|
||||
|
||||
|
@ -62,7 +62,7 @@ Markdown quotes are beautifully styled:
|
|||
|
||||
</BrowserWindow>
|
||||
|
||||
## Details
|
||||
## Details {#details}
|
||||
|
||||
Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) HTML elements are beautifully styled:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue