White Clean
Table of Contents
1 White Clean
Created by sillykelvin: https://github.com/sillykelvin/org-page [modified to fit simple org export] Includes:
[X]
CSS[ ]
JAVASCRIPT
Available as:
[ ]
CSS FILE[ ]
JS FILE[X]
SETUPFILE
2 Lists
2.1 Todo List
2.1.1 TODO First todo
2.1.2 DONE First Done with Date
2.1.3 TODO Scheduled
2.1.4 TODO Deadline
2.1.5 TODO Date
2.2 Simple list
- List item
- List item
- List item
- List item
2.3 Sorted List
- List item
- List item
- List item
- List item
2.4 Checkbox
[ ]
List item[X]
List item[ ]
List item[X]
List item
3 Headings
5 Table
a | b | c | d | e | f |
---|---|---|---|---|---|
0 | 1 | 2 | 3 | 4 | 5 |
6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 |
6 Blocks
6.1 Center
This is a center block
6.2 Comment
6.3 Example
This is an example block
6.4 Quote
This is a quote block
6.5 Verse
This is a verse block
6.6 Source Blocks
6.6.1 Python
for i in range(10): print(i)
0 1 2 3 4 5 6 7 8 9
6.6.2 Elisp
(car '(a b c d))
a