docs/themes/simple_white/simple_white.org

1.6 KiB

Simple White

Simple White

Includes:

  • CSS
  • JAVASCRIPT

Available as:

  • CSS FILE
  • JS FILE
  • SETUPFILE

Lists

Todo List

TODO First todo

DONE First Done with Date

CLOSED: [2021-02-18 Thu 10:12]

TODO Scheduled

SCHEDULED: <2021-02-18 Thu>

TODO Deadline

DEADLINE: <2021-02-18 Thu>

TODO Date

<2021-02-18 Thu>

Simple list

  • List item
  • List item
  • List item
  • List item

Sorted List

  1. List item
  2. List item
  3. List item
  4. List item

Checkbox

  • List item
  • List item
  • List item
  • List item

H1

H1 Text

H2

H2 Text

H3

H3 Text

H4

H4 Text

H5

H5 Text

H6

H6 Text

H7

H7 Text

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

This is a comment block

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