You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ to get started make a file called `slyde.xml`, and put in the following text:
7
7
</presentation>
8
8
```
9
9
10
-
Slyde is made out of XML blocks denoted like this `<tag>...</tag>`. They are an abstract way to represent data in this case a presentation. Google them to learn more if you're not familiar. The first tag you'll need to use is the `<presentation> ... </presentation>` tag.
10
+
Slyde is made out of XML blocks denoted like this `<tag>...</tag>`. They are an abstract way to represent data in this case a presentation. Google `XML` to learn more if you're not familiar. The first tag you'll need to use is the `<presentation> ... </presentation>` tag.
11
11
12
12
Now in the presentation block you can add slides as you please. Add one and optionally give it a title:
0 commit comments