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: README.md
+35
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,41 @@ That's all! The timeline block will automatically be processed, and each section
31
31
32
32
### A Bit More
33
33
34
+
#### Block Content
35
+
36
+
You can either format it this way, where the timeline block renders content using the text outside the block:
37
+
38
+
````md
39
+
Today. Slow breakfast. Organized, felt good. Watched a space doc, had veggies and quinoa.
40
+
41
+
Tomorrow. Quick jog. Worked on a project. Dinner with friends.
42
+
43
+
Dec 31. Walked, reflected. Last-minute shopping. Celebrated with friends.
44
+
45
+
Jan 1. Slept in, journaled. Walked, read. Quiet night, healthy meal, episodes.
46
+
47
+
Jan 2. Made a plan. Caught up on emails, watched snow. Tried chili, read.
48
+
49
+
```timeline
50
+
```
51
+
````
52
+
53
+
Or, you can format it this way, by placing the content inside the block. However, this approach does not allow you to use [explicit settings](#customizing-the-source-block):
54
+
55
+
````md
56
+
```timeline
57
+
Today. Slow breakfast. Organized, felt good. Watched a space doc, had veggies and quinoa.
58
+
59
+
Tomorrow. Quick jog. Worked on a project. Dinner with friends.
60
+
61
+
Dec 31. Walked, reflected. Last-minute shopping. Celebrated with friends.
62
+
63
+
Jan 1. Slept in, journaled. Walked, read. Quiet night, healthy meal, episodes.
64
+
65
+
Jan 2. Made a plan. Caught up on emails, watched snow. Tried chili, read.
66
+
```
67
+
````
68
+
34
69
#### Dates
35
70
36
71
Each section's date is determined by the first valid date mentioned in the section. You can use various formats supported by [Chronos](https://github.com/wanasit/chrono), including:
0 commit comments