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-obsidian.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,4 +97,24 @@ This text is already on the page.
97
97
- these three
98
98
- lines
99
99
```
100
-
So you may see the `##fragment` tag as some kind of a `stop here and wait for me to press space` tag.
100
+
So you may see the `##fragment` tag as some kind of a `stop here and wait for me to press space` tag.
101
+
## Side-By-Side in Reveal.js
102
+
It's possible to make columns that only work when making a presentation in Reveal.js.
103
+
You may denote a side-by-side number of columns this and every section (column) will then render side by side, from left to right. This enables you to fill a wide-screen with, let's say, an image and a table with an explanation besides it.
104
+
```bash
105
+
Normal text. Will be displayed centered.
106
+
##side-by-side-start
107
+
This text will be on the left side...
108
+
- one
109
+
- two
110
+
##separator
111
+
- three
112
+
- four
113
+
114
+
This will be on the right side
115
+
##side-by-side-end
116
+
117
+
and this will be below the side-by-side element on the bottom.
118
+
```
119
+
When watching the document in the normal HTML view those tags have no effect.
120
+
You can specify more than one separator resulting in more columns.
0 commit comments