Skip to content

Commit 46fac05

Browse files
committed
update fragment description
1 parent d712a77 commit 46fac05

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

docs-obsidian.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ Fragments are parts of you page that pop up one after another, step by step, whe
7878
### Single Fragment Lines
7979
You may mark single lines as Fragments. Those lines are denoted by having a `#fragment` in the line above them.
8080
A single line is defined as from the start of a line to the next `newline`, so that may as well span more than a single line when line-breaks are inserted by the browser in order to fit that single line on the screen.
81+
#### Single Fragment Example
82+
![[Pasted image 20250523183945.png]]
8183
### Fragment Blocks
8284
For blocks you may also have a `#fragment-start` followed by a `#fragment-end`.
8385
Everything between those tags will be treated as a fragment.
@@ -86,4 +88,6 @@ That allows you to fade-in more than one line at a time.
8688
It is important to note that all those flags must be on their own line.
8789

8890
This then will become a fragment in the presentation-view.
89-
All of this will be completely invisible in the normal view.
91+
All of this will be completely invisible in the normal view.
92+
#### Fragment Block Example
93+
![[Pasted image 20250523184030.png]]
30.3 KB
Loading
16.3 KB
Loading
16.2 KB
Loading

0 commit comments

Comments
 (0)