This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Commit 33a29a1 1 parent 6a3d56e commit 33a29a1 Copy full SHA for 33a29a1
File tree 3 files changed +34
-2
lines changed
packages/client/src/components
3 files changed +34
-2
lines changed Original file line number Diff line number Diff line change 8
8
} from 'react-accessible-accordion' ;
9
9
import 'react-accessible-accordion/dist/fancy-example.css' ;
10
10
11
+ // TODO: add image's width/height description
12
+
11
13
const outerCss = {
12
14
background : '#f5f5f5' ,
13
15
fontSize : '16px' ,
@@ -147,6 +149,10 @@ export const Assistant = () => (
147
149
title : 'Closing div Tag' ,
148
150
content : < code > block-end</ code > ,
149
151
} ,
152
+ {
153
+ title : 'displaying items as steps(fragments)' ,
154
+ content : < code > fragments-start / fragments-end</ code > ,
155
+ } ,
150
156
{
151
157
title : 'Adding Title to Sidebar' ,
152
158
content : < code > { `section-title: hey!` } </ code > ,
Original file line number Diff line number Diff line change @@ -97,6 +97,32 @@ The class name of `<!-- block-start -->` isn't mandatory.
97
97
98
98
---
99
99
100
+ ## Fragments
101
+
102
+ ``` md
103
+ <!-- fragments-start -->
104
+
105
+ ✍
106
+
107
+ 🤟
108
+
109
+ 👍
110
+
111
+ <!-- fragments-end -->
112
+ ```
113
+
114
+ <!-- fragments-start -->
115
+
116
+ ✍️
117
+
118
+ 🤟
119
+
120
+ 👍
121
+
122
+ <!-- fragments-end -->
123
+
124
+ ---
125
+
100
126
## Setting Background
101
127
102
128
<!-- background: '../assets/background.jpeg' -->
Original file line number Diff line number Diff line change @@ -57,12 +57,12 @@ Timeline and the recording voice are optional but these features will help you t
57
57
58
58
The timeline can be time travel.
59
59
60
- <img src = " ../../../site/docs/assets/presenter-mode-timeline.png" width = " 70% " alt = " timeline " />
60
+ 
61
61
62
62
---
63
63
64
64
## Drawing (experimental)
65
65
66
66
When you write characters on the host side, it will be reflected on the client side in real time.
67
67
68
- < img src = " ../../../site/docs/assets/drawing.png" width = " 70%" alt = " drawing " />
68
+ 
You can’t perform that action at this time.
0 commit comments