File: Org

package info (click to toggle)
gitit 0.15.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,060 kB
  • sloc: haskell: 4,757; javascript: 710; xml: 245; sh: 65; makefile: 16
file content (44 lines) | stat: -rw-r--r-- 817 bytes parent folder | download | duplicates (4)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
    * Section heading

    ** Subsection

    Formatting: /italics/, *bold*, super^{script}, sub_{script},
    +strikeout+. A line break\\
    can be forced with two backslashes at the end of the line.

    #+BEGIN_QUOTE
      Indented quotation
    #+END_QUOTE

    Links: [[http://google.com][external]], [[][Wiki Link]],
    [[/img/logo.png]], [[#section-heading][to heading]].

    Indented code block:

    #+BEGIN_EXAMPLE
        #include <stdbool.h>
    #+END_EXAMPLE

    Or

    #+BEGIN_SRC haskell
        let a = 1:a in head a
    #+END_SRC

    -  bulleted
    -  list

    --------------

    1. ordered
    2. list

       1. sublist (indent 4 spaces)
       2. another

    3. item three

    -  term :: definition
    -  orange :: orange fruit

For more: [org-mode manual](http://orgmode.org/manual/)