File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22toc_min_heading_level : 2
33toc_max_heading_level : 6
44---
5- import Tabs from ' @theme/Tabs' ;
6- import TabItem from ' @theme/TabItem' ;
7- import TOCInline from ' @theme/TOCInline' ;
85import BrowserWindow from ' @site/src/components/BrowserWindow' ;
96import 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
You can’t perform that action at this time.
0 commit comments