diff options
| author | Simeon Simeonov | 2015-02-04 21:41:42 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2015-02-04 21:41:42 +0100 |
| commit | 897eee81de8b3f6adf0165f50e95600a7b89c20c (patch) | |
| tree | 5ee19c07c40e822e15a6443e5db5601c28913454 /.emacs.d/mysnippets/text-mode/nxml-mode | |
| parent | 9a46567eb167e5aef4b2e760c5d6bdc4fe1ba06a (diff) | |
Standalone lisp and snippet repo
Diffstat (limited to '.emacs.d/mysnippets/text-mode/nxml-mode')
38 files changed, 0 insertions, 188 deletions
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/body b/.emacs.d/mysnippets/text-mode/nxml-mode/body deleted file mode 100644 index ddcf0cf..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/body +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <body>...</body> | ||
| 3 | # -- | ||
| 4 | <body$1> | ||
| 5 | $0 | ||
| 6 | </body> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/br b/.emacs.d/mysnippets/text-mode/nxml-mode/br deleted file mode 100644 index ba35773..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/br +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <br /> | ||
| 3 | # -- | ||
| 4 | <br /> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/code b/.emacs.d/mysnippets/text-mode/nxml-mode/code deleted file mode 100644 index b7c43fd..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/code +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <code>...</code> | ||
| 3 | # -- | ||
| 4 | <code> | ||
| 5 | $0 | ||
| 6 | </code> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/div b/.emacs.d/mysnippets/text-mode/nxml-mode/div deleted file mode 100644 index 90fbc2e..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/div +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <div...>...</div> | ||
| 3 | # -- | ||
| 4 | <div$1>$0</div> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/doctype b/.emacs.d/mysnippets/text-mode/nxml-mode/doctype deleted file mode 100644 index 3fdcf17..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/doctype +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : DocType XHTML 1.1 | ||
| 3 | #group : meta | ||
| 4 | # -- | ||
| 5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/doctype.xhtml1_strict b/.emacs.d/mysnippets/text-mode/nxml-mode/doctype.xhtml1_strict deleted file mode 100644 index eca5860..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/doctype.xhtml1_strict +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : DocType XHTML 1.0 Strict | ||
| 3 | #group : meta | ||
| 4 | # -- | ||
| 5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/doctype.xhtml1_transitional b/.emacs.d/mysnippets/text-mode/nxml-mode/doctype.xhtml1_transitional deleted file mode 100644 index fba232a..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/doctype.xhtml1_transitional +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : DocType XHTML 1.0 Transitional | ||
| 3 | #group : meta | ||
| 4 | # -- | ||
| 5 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/form b/.emacs.d/mysnippets/text-mode/nxml-mode/form deleted file mode 100644 index 252253e..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/form +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name :<form method="..." action="..."></form> | ||
| 3 | # -- | ||
| 4 | <form method="$1" action="$2"> | ||
| 5 | $0 | ||
| 6 | </form> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/h1 b/.emacs.d/mysnippets/text-mode/nxml-mode/h1 deleted file mode 100644 index bc72fd6..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/h1 +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <h1>...</h1> | ||
| 3 | #group : header | ||
| 4 | # -- | ||
| 5 | <h1>$1</h1> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/h2 b/.emacs.d/mysnippets/text-mode/nxml-mode/h2 deleted file mode 100644 index b790e56..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/h2 +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <h2>...</h2> | ||
| 3 | #group : header | ||
| 4 | # -- | ||
| 5 | <h2>$1</h2> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/h3 b/.emacs.d/mysnippets/text-mode/nxml-mode/h3 deleted file mode 100644 index 7dfd9d7..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/h3 +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <h3>...</h3> | ||
| 3 | #group : header | ||
| 4 | # -- | ||
| 5 | <h3>$1</h3> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/h4 b/.emacs.d/mysnippets/text-mode/nxml-mode/h4 deleted file mode 100644 index b782998..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/h4 +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <h4>...</h4> | ||
| 3 | #group : header | ||
| 4 | # -- | ||
| 5 | <h4>$1</h4> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/h5 b/.emacs.d/mysnippets/text-mode/nxml-mode/h5 deleted file mode 100644 index 13a51a1..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/h5 +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <h5>...</h5> | ||
| 3 | #group : header | ||
| 4 | # -- | ||
| 5 | <h5>$1</h5> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/h6 b/.emacs.d/mysnippets/text-mode/nxml-mode/h6 deleted file mode 100644 index b2f0c55..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/h6 +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <h6>...</h6> | ||
| 3 | #group : header | ||
| 4 | # -- | ||
| 5 | <h6>$1</h6> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/head b/.emacs.d/mysnippets/text-mode/nxml-mode/head deleted file mode 100644 index 91347b9..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/head +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <head>...</head> | ||
| 3 | # -- | ||
| 4 | <head> | ||
| 5 | $0 | ||
| 6 | </head> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/hr b/.emacs.d/mysnippets/text-mode/nxml-mode/hr deleted file mode 100644 index a17e1db..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/hr +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <hr /> | ||
| 3 | # -- | ||
| 4 | <hr /> | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/href b/.emacs.d/mysnippets/text-mode/nxml-mode/href deleted file mode 100644 index 0db2fae..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/href +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <a href="...">...</a> | ||
| 3 | # -- | ||
| 4 | <a href="$1">$2</a> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/html b/.emacs.d/mysnippets/text-mode/nxml-mode/html deleted file mode 100644 index 85e09f7..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/html +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <html xmlns="...">...</html> | ||
| 3 | # -- | ||
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="${1:en}" lang="${2:en}"> | ||
| 5 | $0 | ||
| 6 | </html> | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/img b/.emacs.d/mysnippets/text-mode/nxml-mode/img deleted file mode 100644 index 1f4382b..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/img +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <img src="..." alt="..." /> | ||
| 3 | # -- | ||
| 4 | <img src="$1" alt="$2" /> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/input b/.emacs.d/mysnippets/text-mode/nxml-mode/input deleted file mode 100644 index 80c3503..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/input +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <input ... /> | ||
| 3 | # -- | ||
| 4 | <input type="$1" name="$2" value="$3" /> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/li b/.emacs.d/mysnippets/text-mode/nxml-mode/li deleted file mode 100644 index c952682..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/li +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <li>...</li> | ||
| 3 | # -- | ||
| 4 | <li>$1</li> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/link b/.emacs.d/mysnippets/text-mode/nxml-mode/link deleted file mode 100644 index d93b7a5..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/link +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <link stylesheet="..." /> | ||
| 3 | # -- | ||
| 4 | <link rel="${1:stylesheet}" href="${2:url}" type="${3:text/css}" media="${4:screen}" /> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/meta b/.emacs.d/mysnippets/text-mode/nxml-mode/meta deleted file mode 100644 index dfee1f2..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/meta +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <meta name="..." content="..." /> | ||
| 3 | #group : meta | ||
| 4 | # -- | ||
| 5 | <meta name="${1:generator}" content="${2:content}" /> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/name b/.emacs.d/mysnippets/text-mode/nxml-mode/name deleted file mode 100644 index 592d0da..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/name +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <a name="..."></a> | ||
| 3 | # -- | ||
| 4 | <a name="$1"></a> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/ol b/.emacs.d/mysnippets/text-mode/nxml-mode/ol deleted file mode 100644 index 16cfe8d..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/ol +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <ol>...</ol> | ||
| 3 | # -- | ||
| 4 | <ol> | ||
| 5 | $0 | ||
| 6 | </ol> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/p b/.emacs.d/mysnippets/text-mode/nxml-mode/p deleted file mode 100644 index 6845ba5..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/p +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <p>...</p> | ||
| 3 | # -- | ||
| 4 | <p>$1</p> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/pre b/.emacs.d/mysnippets/text-mode/nxml-mode/pre deleted file mode 100644 index d70b722..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/pre +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <pre>...</pre> | ||
| 3 | # -- | ||
| 4 | <pre> | ||
| 5 | $0 | ||
| 6 | </pre> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/quote b/.emacs.d/mysnippets/text-mode/nxml-mode/quote deleted file mode 100644 index 20fed1e..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/quote +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <blockquote>...</blockquote> | ||
| 3 | # -- | ||
| 4 | <blockquote> | ||
| 5 | $1 | ||
| 6 | </blockquote> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/span b/.emacs.d/mysnippets/text-mode/nxml-mode/span deleted file mode 100644 index a0bba2a..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/span +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <span>...</span> | ||
| 3 | # -- | ||
| 4 | <span>$1</span> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/style b/.emacs.d/mysnippets/text-mode/nxml-mode/style deleted file mode 100644 index b80be1c..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/style +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <style type="text/css" media="...">...</style> | ||
| 3 | # -- | ||
| 4 | <style type="text/css" media="${1:screen}"> | ||
| 5 | $0 | ||
| 6 | </style> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/table b/.emacs.d/mysnippets/text-mode/nxml-mode/table deleted file mode 100644 index 03fd119..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/table +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <table>...</table> | ||
| 3 | # -- | ||
| 4 | <table> | ||
| 5 | $0 | ||
| 6 | </table> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/tag.1l b/.emacs.d/mysnippets/text-mode/nxml-mode/tag.1l deleted file mode 100644 index 8988635..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/tag.1l +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <tag>...</tag> | ||
| 3 | # -- | ||
| 4 | <${1:tag}>$2</$1>$0 \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/tag.2l b/.emacs.d/mysnippets/text-mode/nxml-mode/tag.2l deleted file mode 100644 index 08b4a26..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/tag.2l +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <tag> \n...\n</tag> | ||
| 3 | # -- | ||
| 4 | <${1:tag}> | ||
| 5 | $2 | ||
| 6 | </$1>$0 \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/td b/.emacs.d/mysnippets/text-mode/nxml-mode/td deleted file mode 100644 index f4615a7..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/td +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <td>...</td> | ||
| 3 | # -- | ||
| 4 | <td$1>$2</td> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/th b/.emacs.d/mysnippets/text-mode/nxml-mode/th deleted file mode 100644 index d988b20..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/th +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <th>...</th> | ||
| 3 | # -- | ||
| 4 | <th$1>$2</th> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/title b/.emacs.d/mysnippets/text-mode/nxml-mode/title deleted file mode 100644 index 7cd238a..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/title +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <title>...</title> | ||
| 3 | # -- | ||
| 4 | <title>$1</title> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/tr b/.emacs.d/mysnippets/text-mode/nxml-mode/tr deleted file mode 100644 index c72daf2..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/tr +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <tr>...</tr> | ||
| 3 | # -- | ||
| 4 | <tr> | ||
| 5 | $0 | ||
| 6 | </tr> \ No newline at end of file | ||
diff --git a/.emacs.d/mysnippets/text-mode/nxml-mode/ul b/.emacs.d/mysnippets/text-mode/nxml-mode/ul deleted file mode 100644 index dac5a66..0000000 --- a/.emacs.d/mysnippets/text-mode/nxml-mode/ul +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | #contributor : Anders Bach Nielsen <abachn@abachn.net> | ||
| 2 | #name : <ul>...</ul> | ||
| 3 | # -- | ||
| 4 | <ul> | ||
| 5 | $0 | ||
| 6 | </ul> \ No newline at end of file | ||
