Skip to content

Commit 2cc5632

Browse files
committed
add placeholder content for other common markdown elements
1 parent 9c6ae9b commit 2cc5632

1 file changed

Lines changed: 39 additions & 4 deletions

File tree

docs/placeholder.mdx

Lines changed: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
toc_min_heading_level: 2
33
toc_max_heading_level: 6
44
---
5-
import Tabs from '@theme/Tabs';
6-
import TabItem from '@theme/TabItem';
7-
import TOCInline from '@theme/TOCInline';
85
import BrowserWindow from '@site/src/components/BrowserWindow';
96
import IframeWindow from '@site/src/components/BrowserWindow/IframeWindow';
7+
import TabItem from '@theme/TabItem';
8+
import Tabs from '@theme/Tabs';
9+
import TOCInline from '@theme/TOCInline';
1010

1111
# Placeholder
1212

@@ -172,7 +172,42 @@ This content is hidden by default.
172172
| Multiline | Text | And more |
173173
| With breaks | Text | And more |
174174

175-
### Browser
175+
## Blockquote
176+
177+
> This is a blockquote.
178+
>
179+
> It can span multiple lines.
180+
181+
> This is a blockquote with **Markdown** syntax.
182+
>
183+
> > It also has nested blockquotes.
184+
> > > Like this one.
185+
186+
## Separator
187+
188+
---
189+
190+
## Lists
191+
192+
1. First ordered item
193+
2. Second item
194+
- Unordered sub-list. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
195+
- Another sub-list item
196+
3. Third item
197+
1. Ordered sub-list
198+
2. Another item
199+
200+
## Links
201+
202+
You can create [external links](https://docusaurus.io/docs/markdown-features#links) to other pages or websites.
203+
204+
You can also create [internal links](./introduction.md) to other pages within the same site.
205+
206+
## Styling
207+
208+
You can use **bold**, *italic*, and `inline code` styles.
209+
210+
## Browser
176211

177212
### Browser Window
178213

0 commit comments

Comments
 (0)