File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
components/MarkdownTextBlock/samples Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,27 @@ The line above is a horizontal rule with customizable thickness and margin.
8484
8585## Lists
8686
87+ Try adjusting the **Bullet Spacing** and **Gutter Width** settings to see how list formatting changes!
88+
89+ - Top level list item
90+ - Nested item level 1
91+ - Nested item level 2
92+ - Nested item level 3
93+ - Another top level item
8794- Adjust the theme settings in the options panel
95+ - The gutter width controls how much each level is indented
96+ - The bullet spacing controls space after the bullet character
8897- Click **Apply Changes** to see updates
8998- Use **Reset to Defaults** to start over
99+
100+ Numbered lists work too:
101+
102+ 1. First item
103+ 2. Second item
104+ 1. Nested numbered item
105+ 2. Another nested item
106+ 1. Deep nesting works
107+ 3. Third item
90108" ;
91109
92110 public MarkdownTextBlockCustomThemeSample ( )
You can’t perform that action at this time.
0 commit comments