ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=c204205862a3b1559f64d1bb20b122ff9ba81a7f

commit c204205862a3b1559f64d1bb20b122ff9ba81a7f
Author: Andy Williams <[email protected]>
Date:   Wed Nov 29 11:29:38 2017 +0000

    plugins: Remove unused list plugin as it conflicts with other plugins
---
 pages/wiki/syntax.txt | 82 ---------------------------------------------------
 1 file changed, 82 deletions(-)

diff --git a/pages/wiki/syntax.txt b/pages/wiki/syntax.txt
index ac31ceb9a..d4f81426b 100644
--- a/pages/wiki/syntax.txt
+++ b/pages/wiki/syntax.txt
@@ -467,88 +467,6 @@ after the end of  whole table!
 
 ----
 
-You can do more complex ordered and un-ordered lists like:
-
-  - Ordered list item 1
-  - Ordered list item 2
-  -- Ordered list item 3...
-  .. ... in multiple paragraphs
-  - Ordered list item 4
-
-  * Unordered list item
-  ** Unordered list item...
-  .. ... in multiple paragraphs
-
-  - Ordered list, first level
-    - Second level
-      - Third level
-        - Fourth level
-    -- Back to second level
-      - //Second?! What happened to third?//
-    .. //Quiet, you.//
-  - Back to first level
-  - Still at first level
-
-<code>
-  - Ordered list item 1
-  - Ordered list item 2
-  -- Ordered list item 3...
-  .. ... in multiple paragraphs
-  - Ordered list item 4
-
-  * Unordered list item
-  ** Unordered list item...
-  .. ... in multiple paragraphs
-
-  - Ordered list, first level
-    - Second level
-      - Third level
-        - Fourth level
-    -- Back to second level
-      - //Second?! What happened to third?//
-    .. //Quiet, you.//
-  - Back to first level
-  - Still at first level
-</code>
-
-----
-
-You can do definition lists as follows:
-
-  ? Definition list
-  : Definition lists vary only slightly from other types of lists in that list 
items consist of two parts: a term and a description. The term is given by the 
DT element and is restricted to inline content. The description is given with a 
DD element that contains block-level content. [Source: W3C]
-  ? Definition list w/ multiple paragraphs
-  :: The style sheet provided with this plugin will render these paragraphs...
-  .. ... to the left of the term being defined.
-    ? Definition list w/ multiple "paragraphs"
-    : Another way to separate blocks of text in a definition...
-    : ... is to simply have multiple definitions for a term (or group of 
terms).
-
-  : This definition list has DD tags without any preceding DT tags.
-  : Hey, it's legal XHTML.
-  ? Just like DT tags without following DD tags.
-  ?? But DT tags can't contain paragraphs. That would __not__ be legal XHTML.
-  .. If you try, the result will be rendered oddly.
-
-<code>
-  ? Definition list
-  : Definition lists vary only slightly from other types of lists in that list 
items consist of two parts: a term and a description. The term is given by the 
DT element and is restricted to inline content. The description is given with a 
DD element that contains block-level content. [Source: W3C]
-  ? Definition list w/ multiple paragraphs
-  :: The style sheet provided with this plugin will render these paragraphs...
-  .. ... to the left of the term being defined.
-    ? Definition list w/ multiple "paragraphs"
-    : Another way to separate blocks of text in a definition...
-    : ... is to simply have multiple definitions for a term (or group of 
terms).
-
-  : This definition list has DD tags without any preceding DT tags.
-  : Hey, it's legal XHTML.
-  ? Just like DT tags without following DD tags.
-  ?? But DT tags can't contain paragraphs. That would __not__ be legal XHTML.
-  .. If you try, the result will be rendered oddly.
-</code>
-
-----
-
 You can add "notes" to a page with:
 
 <note>

-- 


Reply via email to