mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: replace h3
with h2
headings (#1452)
This commit is contained in:
parent
b5c4501903
commit
e2a90005b9
70 changed files with 552 additions and 559 deletions
|
@ -13,7 +13,7 @@ components: ["UnorderedList", "ListItem"]
|
|||
</div>
|
||||
</InlineNotification>
|
||||
|
||||
### Default
|
||||
## Default
|
||||
|
||||
<UnorderedList>
|
||||
<ListItem>Unordered list item</ListItem>
|
||||
|
@ -21,7 +21,7 @@ components: ["UnorderedList", "ListItem"]
|
|||
<ListItem>Unordered list item</ListItem>
|
||||
</UnorderedList>
|
||||
|
||||
### With links
|
||||
## With links
|
||||
|
||||
<UnorderedList>
|
||||
<ListItem>
|
||||
|
@ -35,7 +35,7 @@ components: ["UnorderedList", "ListItem"]
|
|||
</ListItem>
|
||||
</UnorderedList>
|
||||
|
||||
### Nested
|
||||
## Nested
|
||||
|
||||
<UnorderedList>
|
||||
<ListItem>
|
||||
|
@ -55,7 +55,7 @@ components: ["UnorderedList", "ListItem"]
|
|||
<ListItem>Unordered list level 1</ListItem>
|
||||
</UnorderedList>
|
||||
|
||||
### Expressive styles
|
||||
## Expressive styles
|
||||
|
||||
Set `expressive` to `true` to use Carbon's expressive typesetting.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue