blob: a89a2d097bac48ba594693ae021893e431d18cd1 (
plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
-*- mode: outline; coding: latin-1; -*-
Title: Demonstrating Skribilo's Outline Syntax
Author: Ludovic Court�s
Keywords: Skribilo outline Emacs
This document aims to *demonstrate*
[[http://skribilo.nongnu.org/][Skribilo]]'s outline syntax.
* The First Chapter
The first chapter contains a couple of sections.
They look as though they had been introduced with
the `section' markup of the Skribe syntax.
** The First Section
This section is pretty much empty.
** The Second Section
This section introduces lists.
*** Bullet Lists
This section contains a wonderful `itemize'-style bullet list:
- the first item;
- the second item;
- the last one, which spans
two lines of text.
And that's it. Note that list items had to be
separated by empty lines.
*** Enumerations
This section shows an `enumerate'-style list:
1. The first item;
2. The second one;
3. The last one.
Note that list items are numbered this time.
* The Second Chapter
The second chapter does _not_ add anything useful.
Text like this that starts after an empty line is
put into a new paragraph.
|