diff --git a/demo/org-mode-syntax.html b/demo/org-mode-syntax.html index 7e8a9d3..810e7b2 100755 --- a/demo/org-mode-syntax.html +++ b/demo/org-mode-syntax.html @@ -49,147 +49,32 @@ @@ -314,8 +199,12 @@ is).
* Biggest heading (level 1)
 
 New chapter.
+
+ -** Bigger heading (level 2) +
+ +
** Bigger heading (level 2)
 
 New section.
 
@@ -329,34 +218,25 @@ New sub-sub-section.
 
- -
-

Biggest heading (level 1)

-
-

-New chapter. -

-
- -
-

Bigger heading (level 2)

-
+
+

Bigger heading (level 2)

+

New section.

-
-

Big heading (level 3)

-
+
+

Big heading (level 3)

+

New sub-section.

-
-
Heading (level 4)
-
+
+
Heading (level 4)
+

New sub-sub-section.

@@ -365,9 +245,9 @@ New sub-sub-section.
-
-

Numbered headings

-
+
+

Numbered headings

+

You can create numbered headings up to a certain level by setting an option:

@@ -381,12 +261,12 @@ You can create numbered headings up to a certain level by setting an option:
-
-

Paragraphs

-
-
-

Normal

-
+
+

Paragraphs

+
+
+

Normal

+
A single newline has no effect.
@@ -413,9 +293,9 @@ demarcates paragraphs.
 
-
-

Line breaks

-
+
+

Line breaks

+
By entering two consecutive backslashes, \\
@@ -432,9 +312,9 @@ without starting a new paragraph.
 
-
-

Horizontal rules

-
+
+

Horizontal rules

+
For an horizontal line, insert at least 5 dashes: this is some text above an
@@ -455,9 +335,9 @@ and some text below it.
 
-
-

Text width

-
+
+

Text width

+

One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, @@ -470,17 +350,17 @@ compared with the size of the rest of him, waved about helplessly as he looked.

-
-

Formatting text

-
+
+

Formatting text

+

Text effects.

-
-

Bold and italic

-
+
+

Bold and italic

+
Emphasize (italics), strongly (bold), and /very strongly/ (bold italics).
@@ -527,9 +407,9 @@ bold.*
 
-
-

Monospace, superscript and subscript

-
+
+

Monospace, superscript and subscript

+

Other elements to use sparingly are:

@@ -539,8 +419,8 @@ Other elements to use sparingly are:
- monospaced typewriter font for inline code
 - monospaced typewriter font for verbatim text
 - +deleted+ text (vs. inserted text)
-- text with superscript (for example: m/s^{2} gives m/s2)
-- text with subscript
+- text with superscript, such as gives m/s2 or E=mc2
+- text with subscript, such as H2O
 
@@ -548,25 +428,25 @@ Other elements to use sparingly are:
  • monospaced typewriter font for inline code
  • monospaced typewriter font for verbatim text
  • +deleted+ text (vs. inserted text)
  • -
  • text with superscript (for example: m/s^{2} gives m/s2)
  • -
  • text with subscript
  • +
  • text with superscript, such as gives m/s2 or E=mc2
  • +
  • text with subscript, such as H2O
  • -
    -

    Lists

    -
    +
    +

    Lists

    +

    Org markup allows you to create bulleted or numbered lists. It allows any combination of the two list types.

    -
    -

    Unordered lists

    -
    +
    +

    Unordered lists

    +

    Itemized lists are marked with bullets. Create them with a minus or a plus sign.

    @@ -600,9 +480,9 @@ a few words to really show the line wrapping.
    -
    -

    Checklists

    -
    +
    +

    Checklists

    +
    - [X] Checked.
    @@ -621,9 +501,9 @@ a few words to really show the line wrapping.
     
    -
    -

    Ordered lists

    -
    +
    +

    Ordered lists

    +

    Enumerated lists are marked with numbers or letters:

    @@ -672,9 +552,9 @@ You can have ordered lists with jumping numbers:
    -
    -

    Definition lists

    -
    +
    +

    Definition lists

    +

    Labeled, multi-line lists.

    @@ -707,9 +587,9 @@ In many paragraphs.
    -
    -

    Separating lists

    -
    +
    +

    Separating lists

    +

    Adjacent lists sometimes like to fuse. To force the start of a new list, offset the two lists by an empty line comment: @@ -744,18 +624,18 @@ the two lists by an empty line comment:

    -
    -

    Tables

    -
    +
    +

    Tables

    +

    Tables are one of the most refined areas of the Org mode syntax. They are very easy to create and to read.

    -
    -

    Simple table

    -
    +
    +

    Simple table

    +
    | Cell in column 1, row 1 | Cell in column 2, row 1 |
    @@ -786,9 +666,9 @@ to create and to read.
     
    -
    -

    Column formatting

    -
    +
    +

    Column formatting

    +

    Columns are automatically aligned:

    @@ -799,9 +679,9 @@ Columns are automatically aligned:
    -
    -

    Table with aligned cells

    -
    +
    +

    Table with aligned cells

    +

    If you want to override the automatic alignment, use <r>, <c> or <l>.

    @@ -849,14 +729,14 @@ If you want to override the automatic alignment, use <r>,
    -
    -

    Table with column size adjusted

    +
    +

    Table with column size adjusted

    -
    -

    Header row

    -
    +
    +

    Header row

    +

    You can create tables with an header row (by using an horizontal line of dashes to separate it from the rest of the table). @@ -913,9 +793,9 @@ to separate it from the rest of the table).

    -
    -

    Table placement

    -
    +
    +

    Table placement

    +
    #+ATTR_LATEX: :center nil
    @@ -979,12 +859,12 @@ XXX Different from the following:
     
    -
    -

    Align tables on the page

    -
    -
    -

    Left

    -
    +
    +

    Align tables on the page

    +
    +
    +

    Left

    +

    Here is a table on the left side:

    @@ -1040,9 +920,9 @@ table, so it pushes the table to the left.
    -
    -

    Center

    -
    +
    +

    Center

    +

    Here is a centered table:

    @@ -1090,9 +970,9 @@ Here is a centered table:
    -
    -

    Right

    -
    +
    +

    Right

    +

    And here’s a table on the right side:

    @@ -1148,9 +1028,9 @@ to the right.
    -
    -

    Table size

    -
    +
    +

    Table size

    +
    #+ATTR_HTML: :width 100%
    @@ -1182,9 +1062,9 @@ to the right.
     
    -
    -

    CSV

    -
    +
    +

    CSV

    +

    You can fill table from CSV file using R commands.

    @@ -1193,7 +1073,7 @@ You can fill table from CSV file using R commands.