BigBlow
Table of Contents
BigBlow
Original: https://github.com/fniessen/org-html-themes
Includes:
[X]
CSS[X]
JAVASCRIPT
Available as:
[X]
CSS FILE[X]
JS FILE[X]
SETUPFILE
Lists
Todo List
TODO First todo
DONE First Done with Date
TODO Scheduled
TODO Deadline
TODO Date
Simple list
- List item
- List item
- List item
- List item
Sorted List
- List item
- List item
- List item
- List item
Checkbox
[ ]
List item[X]
List item[ ]
List item[X]
List item
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 |
Blocks
Center
This is a center block
Comment
Example
This is an example block
Quote
This is a quote block
Verse
This is a verse block
Source Blocks
Python
for i in range(10): print(i)
0 1 2 3 4 5 6 7 8 9
Elisp
(car '(a b c d))
a