docgenerator 1.0.4 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (231) hide show
  1. data/lib/creole/creole2doc.rb +777 -0
  2. data/lib/creole/creole_inclusion_and_plugins.rb +236 -0
  3. data/lib/creole/creole_placeholder.rb +74 -0
  4. data/lib/creole/creole_tabular.rb +170 -0
  5. data/lib/docgenerator.rb +15 -6
  6. data/lib/docgenerator_attribute.rb +2 -2
  7. data/lib/docgenerator_characters.rb +20 -4
  8. data/lib/docgenerator_document.rb +132 -42
  9. data/lib/docgenerator_element.rb +531 -524
  10. data/lib/docgenerator_elements.rb +408 -399
  11. data/lib/docgenerator_environments.rb +28 -2
  12. data/lib/docgenerator_footnote.rb +72 -79
  13. data/lib/docgenerator_sections.rb +1 -1
  14. data/lib/docgenerator_tabular.rb +8 -3
  15. data/lib/packages/docgenerator_beamer.rb +253 -0
  16. data/lib/packages/docgenerator_scrlettr2.rb +53 -9
  17. data/lib/templates/docgenerator_template_css.rb +4 -0
  18. data/lib/wiki2doc/wiki2docgenerator.rb +1087 -970
  19. data/lib/yaml2presentation/yaml2presentation.rb +1091 -0
  20. data/self_docgenerator.rb +8 -6
  21. data/unittest/Red_Flower.jpg +0 -0
  22. data/unittest/creole1.0test.txt +128 -0
  23. data/unittest/expected/beamer_01_doc.html +1 -1
  24. data/unittest/expected/beamer_02_doc.html +1 -1
  25. data/unittest/expected/beamer_doc_html_overview_with_detailpic_and_text_doc.html +34 -0
  26. data/unittest/expected/beamer_doc_html_overview_with_detailpic_doc.html +34 -0
  27. data/unittest/expected/beamer_doc_key_doc.html +1 -1
  28. data/unittest/expected/beamer_doc_note_doc.html +1 -1
  29. data/unittest/expected/beamer_doc_pic_bottom_doc.html +1 -1
  30. data/unittest/expected/beamer_doc_pic_doc.html +1 -1
  31. data/unittest/expected/beamer_doc_pic_left_doc.html +1 -1
  32. data/unittest/expected/beamer_doc_pic_right_doc.html +1 -1
  33. data/unittest/expected/beamer_doc_pic_top_doc.html +1 -1
  34. data/unittest/expected/test_footnote.html +2 -2
  35. data/unittest/expected/test_footnote.latex +1 -1
  36. data/unittest/expected/test_footnote_group.html +3 -3
  37. data/unittest/expected/test_footnote_group.latex +2 -2
  38. data/unittest/expected_creole/test_creole.html +3 -0
  39. data/unittest/expected_creole/test_creole_characters_all.html +10 -0
  40. data/unittest/expected_creole/test_creole_characters_all.latex +20 -0
  41. data/unittest/expected_creole/test_creole_characters_special.html +10 -0
  42. data/unittest/expected_creole/test_creole_characters_special.latex +18 -0
  43. data/unittest/expected_creole/test_creole_countdown.html +3 -0
  44. data/unittest/expected_creole/test_creole_countdown.latex +4 -0
  45. data/unittest/expected_creole/test_creole_creole1.0test.html +182 -0
  46. data/unittest/expected_creole/test_creole_creole1.0test.latex +253 -0
  47. data/unittest/expected_creole/test_creole_creole1.0test.text +160 -0
  48. data/unittest/expected_creole/test_creole_footnotes.html +9 -0
  49. data/unittest/expected_creole/test_creole_footnotes.latex +14 -0
  50. data/unittest/expected_creole/test_creole_footnotes_label.html +9 -0
  51. data/unittest/expected_creole/test_creole_headings.html +17 -0
  52. data/unittest/expected_creole/test_creole_headings.latex +19 -0
  53. data/unittest/expected_creole/test_creole_headings.text +48 -0
  54. data/unittest/expected_creole/test_creole_headings.wiki +37 -0
  55. data/unittest/expected_creole/test_creole_hr.html +7 -0
  56. data/unittest/expected_creole/test_creole_hr.latex +9 -0
  57. data/unittest/expected_creole/test_creole_hr.text +4 -0
  58. data/unittest/expected_creole/test_creole_inline.html +3 -0
  59. data/unittest/expected_creole/test_creole_inline.latex +4 -0
  60. data/unittest/expected_creole/test_creole_inline.text +2 -0
  61. data/unittest/expected_creole/test_creole_inline_ruby.html +12 -0
  62. data/unittest/expected_creole/test_creole_inline_ruby.latex +20 -0
  63. data/unittest/expected_creole/test_creole_inline_ruby_raw.html +6 -0
  64. data/unittest/expected_creole/test_creole_inline_ruby_raw.latex +8 -0
  65. data/unittest/expected_creole/test_creole_input.normsource +23 -0
  66. data/unittest/expected_creole/test_creole_label.html +12 -0
  67. data/unittest/expected_creole/test_creole_label.latex +15 -0
  68. data/unittest/expected_creole/test_creole_line_break.html +6 -0
  69. data/unittest/expected_creole/test_creole_line_break.latex +8 -0
  70. data/unittest/expected_creole/test_creole_links_explicit_internal.html +6 -0
  71. data/unittest/expected_creole/test_creole_links_explicit_internal.text +4 -0
  72. data/unittest/expected_creole/test_creole_links_explicit_with_em.html +3 -0
  73. data/unittest/expected_creole/test_creole_links_explicit_with_em.latex +4 -0
  74. data/unittest/expected_creole/test_creole_links_explicit_with_em.text +2 -0
  75. data/unittest/expected_creole/test_creole_links_external.html +6 -0
  76. data/unittest/expected_creole/test_creole_links_external.latex +8 -0
  77. data/unittest/expected_creole/test_creole_links_external.text +4 -0
  78. data/unittest/expected_creole/test_creole_links_external_implicit.html +9 -0
  79. data/unittest/expected_creole/test_creole_links_external_implicit.latex +12 -0
  80. data/unittest/expected_creole/test_creole_links_external_implicit.text +6 -0
  81. data/unittest/expected_creole/test_creole_links_file.html +6 -0
  82. data/unittest/expected_creole/test_creole_links_file.latex +8 -0
  83. data/unittest/expected_creole/test_creole_links_file.text +4 -0
  84. data/unittest/expected_creole/test_creole_list_ol.html +12 -0
  85. data/unittest/expected_creole/test_creole_list_ol.latex +22 -0
  86. data/unittest/expected_creole/test_creole_list_ol_after_ul.html +12 -0
  87. data/unittest/expected_creole/test_creole_list_ol_after_ul.latex +20 -0
  88. data/unittest/expected_creole/test_creole_list_ol_after_ul.text +6 -0
  89. data/unittest/expected_creole/test_creole_list_ol_ul.html +15 -0
  90. data/unittest/expected_creole/test_creole_list_ol_ul.latex +26 -0
  91. data/unittest/expected_creole/test_creole_list_ul.html +22 -0
  92. data/unittest/expected_creole/test_creole_list_ul.latex +40 -0
  93. data/unittest/expected_creole/test_creole_list_ul.normsource +83 -0
  94. data/unittest/expected_creole/test_creole_list_ul_too_much.html +24 -0
  95. data/unittest/expected_creole/test_creole_list_ul_too_much.latex +44 -0
  96. data/unittest/expected_creole/test_creole_newline.html +9 -0
  97. data/unittest/expected_creole/test_creole_newline.latex +11 -0
  98. data/unittest/expected_creole/test_creole_newline.text +7 -0
  99. data/unittest/expected_creole/test_creole_paragraphs.html +6 -0
  100. data/unittest/expected_creole/test_creole_paragraphs.latex +8 -0
  101. data/unittest/expected_creole/test_creole_paragraphs.normsource +27 -0
  102. data/unittest/expected_creole/test_creole_paragraphs.text +4 -0
  103. data/unittest/expected_creole/test_creole_paragraphs.wiki +4 -0
  104. data/unittest/expected_creole/test_creole_paragraphs_wrap.html +5 -0
  105. data/unittest/expected_creole/test_creole_paragraphs_wrap.latex +6 -0
  106. data/unittest/expected_creole/test_creole_paragraphs_wrap.text +4 -0
  107. data/unittest/expected_creole/test_creole_paragraphs_wrap.wiki +4 -0
  108. data/unittest/expected_creole/test_creole_paragraphs_wrap0.html +9 -0
  109. data/unittest/expected_creole/test_creole_paragraphs_wrap0.latex +11 -0
  110. data/unittest/expected_creole/test_creole_paragraphs_wrap0.text +7 -0
  111. data/unittest/expected_creole/test_creole_paragraphs_wrap0.wiki +7 -0
  112. data/unittest/expected_creole/test_creole_paragraphs_wrap60.html +5 -0
  113. data/unittest/expected_creole/test_creole_paragraphs_wrap60.latex +6 -0
  114. data/unittest/expected_creole/test_creole_paragraphs_wrap60.text +4 -0
  115. data/unittest/expected_creole/test_creole_paragraphs_wrap60.wiki +4 -0
  116. data/unittest/expected_creole/test_creole_picture_link.html +6 -0
  117. data/unittest/expected_creole/test_creole_pictures.html +10 -0
  118. data/unittest/expected_creole/test_creole_pictures.latex +13 -0
  119. data/unittest/expected_creole/test_creole_pictures_css.html +3 -0
  120. data/unittest/expected_creole/test_creole_pictures_css.latex +4 -0
  121. data/unittest/expected_creole/test_creole_pictures_imgclass.html +6 -0
  122. data/unittest/expected_creole/test_creole_pictures_imgclass.latex +8 -0
  123. data/unittest/expected_creole/test_creole_placeholders_html.html +7 -0
  124. data/unittest/expected_creole/test_creole_placeholders_html.latex +8 -0
  125. data/unittest/expected_creole/test_creole_placeholders_html.text +4 -0
  126. data/unittest/expected_creole/test_creole_placeholders_latex.html +6 -0
  127. data/unittest/expected_creole/test_creole_placeholders_latex.latex +9 -0
  128. data/unittest/expected_creole/test_creole_placeholders_latex.text +4 -0
  129. data/unittest/expected_creole/test_creole_tabular.html +20 -0
  130. data/unittest/expected_creole/test_creole_tabular.latex +22 -0
  131. data/unittest/expected_creole/test_creole_tabular_creole.html +18 -0
  132. data/unittest/expected_creole/test_creole_tabular_creole.latex +19 -0
  133. data/unittest/expected_creole/test_creole_tabular_css.html +20 -0
  134. data/unittest/expected_creole/test_creole_tabular_css.latex +22 -0
  135. data/unittest/expected_creole/test_creole_toc.html +11 -0
  136. data/unittest/expected_creole/test_creole_toc.latex +22 -0
  137. data/unittest/expected_creole/test_creole_toc.text +4 -0
  138. data/unittest/expected_creole/test_creole_toc_text.html +5 -0
  139. data/unittest/expected_creole/test_creole_toc_text.latex +5 -0
  140. data/unittest/expected_creole/test_creole_ul_multiple_line.html +7 -0
  141. data/unittest/expected_creole/test_creole_ul_multiple_line.latex +14 -0
  142. data/unittest/expected_creole/test_creole_ul_with_blank.html +11 -0
  143. data/unittest/expected_creole/test_creole_ul_with_blank.latex +20 -0
  144. data/unittest/expected_creole/test_creole_ul_with_bold.creole +0 -0
  145. data/unittest/expected_creole/test_creole_ul_with_bold.html +11 -0
  146. data/unittest/expected_creole/test_creole_ul_with_bold.latex +18 -0
  147. data/unittest/expected_creole/test_creole_ul_with_bold.text +7 -0
  148. data/unittest/expected_creole/test_creole_verbatim.html +25 -0
  149. data/unittest/expected_creole/test_creole_verbatim.latex +33 -0
  150. data/unittest/expected_creole/test_creole_verbatim.text +17 -0
  151. data/unittest/expected_creole/test_creole_verbatim_inline.html +6 -0
  152. data/unittest/expected_creole/test_creole_verbatim_inline.latex +8 -0
  153. data/unittest/expected_creole/test_creole_verbatim_inline_at_start.html +6 -0
  154. data/unittest/expected_creole/test_creole_verbatim_inline_at_start.latex +8 -0
  155. data/unittest/expected_privat/test_creole_test_document.html +6 -0
  156. data/unittest/{expected → expected_wiki}/test_wiki.html +0 -0
  157. data/unittest/{expected → expected_wiki}/test_wiki.latex +0 -0
  158. data/unittest/{expected → expected_wiki}/test_wiki.text +0 -0
  159. data/unittest/{expected → expected_wiki}/test_wiki.wiki +0 -0
  160. data/unittest/{expected → expected_wiki}/test_wiki_amazon.html +0 -0
  161. data/unittest/{expected → expected_wiki}/test_wiki_description.html +0 -0
  162. data/unittest/{expected → expected_wiki}/test_wiki_description.latex +0 -0
  163. data/unittest/{expected → expected_wiki}/test_wiki_description.text +0 -0
  164. data/unittest/{expected → expected_wiki}/test_wiki_description.wiki +0 -0
  165. data/unittest/expected_wiki/test_wiki_footnote.html +8 -0
  166. data/unittest/expected_wiki/test_wiki_footnote.latex +17 -0
  167. data/unittest/{expected → expected_wiki}/test_wiki_footnote.text +2 -4
  168. data/unittest/expected_wiki/test_wiki_footnote.wiki +10 -0
  169. data/unittest/expected_wiki/test_wiki_footnote_2.html +8 -0
  170. data/unittest/expected_wiki/test_wiki_footnote_groupid.html +21 -0
  171. data/unittest/{expected → expected_wiki}/test_wiki_html_code.html +0 -0
  172. data/unittest/{expected → expected_wiki}/test_wiki_html_code.latex +0 -0
  173. data/unittest/{expected → expected_wiki}/test_wiki_html_code.text +0 -0
  174. data/unittest/{expected → expected_wiki}/test_wiki_html_code.wiki +0 -0
  175. data/unittest/{expected → expected_wiki}/test_wiki_inline.html +0 -0
  176. data/unittest/{expected → expected_wiki}/test_wiki_inline.latex +0 -0
  177. data/unittest/{expected → expected_wiki}/test_wiki_inline.text +0 -0
  178. data/unittest/{expected → expected_wiki}/test_wiki_inline.wiki +0 -0
  179. data/unittest/{expected → expected_wiki}/test_wiki_label.html +0 -0
  180. data/unittest/{expected → expected_wiki}/test_wiki_link.html +0 -0
  181. data/unittest/{expected → expected_wiki}/test_wiki_link.latex +0 -0
  182. data/unittest/{expected → expected_wiki}/test_wiki_link.log +0 -0
  183. data/unittest/{expected → expected_wiki}/test_wiki_link.wiki +0 -0
  184. data/unittest/{expected → expected_wiki}/test_wiki_list_ol.html +0 -0
  185. data/unittest/{expected → expected_wiki}/test_wiki_list_ol.latex +0 -0
  186. data/unittest/{expected → expected_wiki}/test_wiki_list_ol.text +0 -0
  187. data/unittest/{expected → expected_wiki}/test_wiki_list_ol.wiki +0 -0
  188. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.html +0 -0
  189. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.latex +0 -0
  190. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.text +0 -0
  191. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_after_ul.wiki +0 -0
  192. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.html +0 -0
  193. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.latex +0 -0
  194. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.text +0 -0
  195. data/unittest/{expected → expected_wiki}/test_wiki_list_ol_ul.wiki +0 -0
  196. data/unittest/{expected → expected_wiki}/test_wiki_list_ul.html +0 -0
  197. data/unittest/{expected → expected_wiki}/test_wiki_list_ul.latex +0 -0
  198. data/unittest/{expected → expected_wiki}/test_wiki_list_ul.text +0 -0
  199. data/unittest/{expected → expected_wiki}/test_wiki_list_ul.wiki +0 -0
  200. data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.html +0 -0
  201. data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.latex +0 -0
  202. data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.text +0 -0
  203. data/unittest/{expected → expected_wiki}/test_wiki_list_ul_too_much.wiki +0 -0
  204. data/unittest/{expected → expected_wiki}/test_wiki_picture.html +0 -0
  205. data/unittest/{expected → expected_wiki}/test_wiki_picture.latex +0 -0
  206. data/unittest/{expected → expected_wiki}/test_wiki_picture_thumb.html +0 -0
  207. data/unittest/{expected → expected_wiki}/test_wiki_tab1.html +0 -0
  208. data/unittest/{expected → expected_wiki}/test_wiki_tab1.latex +0 -0
  209. data/unittest/{expected → expected_wiki}/test_wiki_tab1.wiki +0 -0
  210. data/unittest/{expected → expected_wiki}/test_wiki_textformatting.html +0 -0
  211. data/unittest/{expected → expected_wiki}/test_wiki_textformatting.latex +0 -0
  212. data/unittest/{expected → expected_wiki}/test_wiki_textformatting.text +0 -0
  213. data/unittest/{expected → expected_wiki}/test_wiki_textformatting.wiki +0 -0
  214. data/unittest/{expected → expected_wiki}/test_wiki_toc.html +0 -0
  215. data/unittest/{expected → expected_wiki}/test_wiki_toc.latex +0 -0
  216. data/unittest/{expected → expected_wiki}/test_wiki_toc.text +0 -0
  217. data/unittest/{expected → expected_wiki}/test_wiki_toc.wiki +0 -0
  218. data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.html +0 -0
  219. data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.latex +0 -0
  220. data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.text +0 -0
  221. data/unittest/{expected → expected_wiki}/test_wiki_ul_multiple_line.wiki +0 -0
  222. data/unittest/test_docgenerator.rb +1 -2
  223. data/unittest/unittest_creole2doc.rb +1024 -0
  224. data/unittest/unittest_docgenerator.rb +17 -8
  225. data/unittest/unittest_wiki2doc.rb +92 -88
  226. data/unittest/unittest_yaml2pres.rb +336 -0
  227. metadata +202 -70
  228. data/unittest/expected/test_wiki_footnote.html +0 -8
  229. data/unittest/expected/test_wiki_footnote.latex +0 -15
  230. data/unittest/expected/test_wiki_footnote.wiki +0 -12
  231. data/unittest/expected/test_wiki_footnote_groupid.html +0 -21
@@ -0,0 +1,4 @@
1
+
2
+ And now a line which is a bit longer then 80 characters in
3
+ the input line. Creole should split it at position 60 or a
4
+ bit later (depending on the word length at position 60).
@@ -0,0 +1,6 @@
1
+ <p >
2
+ <a href = "./unittest_creole2doc.rb" ><img src = "Red_Flower.jpg" /></a> - if you click on the image, will goto "some link"
3
+ </p>
4
+ <p >
5
+ <a href = "http://example.com/" ><img src = "Red_Flower.jpg" /></a> - same as above: picture links to url
6
+ </p>
@@ -0,0 +1,10 @@
1
+ <p >
2
+ This should be a flower with the ALT text "this is a flower" if your wiki
3
+ supports ALT text on images:
4
+ </p>
5
+ <p >
6
+ <img src = "Red_Flower.jpg" />
7
+ </p>
8
+ <p >
9
+ <img src = "Red_Flower.jpg" alt = "here is a red flower" />
10
+ </p>
@@ -0,0 +1,13 @@
1
+
2
+
3
+ This should be a flower with the ALT text "this is a flower" if your wiki
4
+ supports ALT text on images:
5
+
6
+
7
+
8
+ \includegraphics[]{Red_Flower.jpg}
9
+
10
+
11
+
12
+ \includegraphics[]{Red_Flower.jpg}
13
+
@@ -0,0 +1,3 @@
1
+ <p >
2
+ <img src = "Red_Flower.jpg" alt = "red flower" style = "width: 50px;" /> <img src = "Red_Flower.jpg" alt = "red flower" style = "width: 100px;" />
3
+ </p>
@@ -0,0 +1,4 @@
1
+
2
+
3
+ \includegraphics[]{Red_Flower.jpg} \includegraphics[]{Red_Flower.jpg}
4
+
@@ -0,0 +1,6 @@
1
+ <p >
2
+ <img src = "Red_Flower.jpg" class = "test" />
3
+ </p>
4
+ <p >
5
+ <img src = "Red_Flower.jpg" class = "test" />
6
+ </p>
@@ -0,0 +1,8 @@
1
+
2
+
3
+ \includegraphics[]{Red_Flower.jpg}
4
+
5
+
6
+
7
+ \includegraphics[]{Red_Flower.jpg}
8
+
@@ -0,0 +1,7 @@
1
+ <p >
2
+ before
3
+ </p>
4
+ <em>this is only for HTML</em>
5
+ <p >
6
+ after
7
+ </p>
@@ -0,0 +1,6 @@
1
+ <p >
2
+ before
3
+ </p>
4
+ <p >
5
+ after
6
+ </p>
@@ -0,0 +1,9 @@
1
+
2
+
3
+ before
4
+
5
+ \textbf{this is only for latex}
6
+
7
+
8
+ after
9
+
@@ -0,0 +1,20 @@
1
+ <p >
2
+ before
3
+ </p>
4
+ <table >
5
+ <tr ><th >1</th>
6
+ <th >2</th>
7
+ <th >3</th>
8
+ </tr>
9
+ <tr ><td >eins</td>
10
+ <td >zwei</td>
11
+ <td >drei</td>
12
+ </tr>
13
+ <tr ><td >one</td>
14
+ <td >two</td>
15
+ <td >three</td>
16
+ </tr>
17
+ </table>
18
+ <p >
19
+ after
20
+ </p>
@@ -0,0 +1,22 @@
1
+
2
+
3
+ before
4
+
5
+ \begin{tabular}{ccc}
6
+ 1
7
+ & 2
8
+ & 3
9
+ \\
10
+ eins
11
+ & zwei
12
+ & drei
13
+ \\
14
+ one
15
+ & two
16
+ & three
17
+ \\
18
+ \end{tabular}
19
+
20
+
21
+ after
22
+
@@ -0,0 +1,18 @@
1
+ <p >
2
+ Tables are done like this:
3
+ </p>
4
+ <table >
5
+ <tr ><th >header col1</th>
6
+ <th >header col2</th>
7
+ </tr>
8
+ <tr ><td >col1</td>
9
+ <td >col2</td>
10
+ </tr>
11
+ <tr ><td >you</td>
12
+ <td >can</td>
13
+ </tr>
14
+ <tr ><td >also</td>
15
+ <td >align<br />
16
+ it.</td>
17
+ </tr>
18
+ </table>
@@ -0,0 +1,19 @@
1
+
2
+
3
+ Tables are done like this:
4
+
5
+ \begin{tabular}{ll}
6
+ header col1
7
+ & header col2
8
+ \\
9
+ col1
10
+ & col2
11
+ \\
12
+ you
13
+ & can
14
+ \\
15
+ also
16
+ & align\newline
17
+ it.
18
+ \\
19
+ \end{tabular}
@@ -0,0 +1,20 @@
1
+ <p >
2
+ before
3
+ </p>
4
+ <table style = "border-style: solid;border-width: 1px;" >
5
+ <tr ><th >1</th>
6
+ <th >2</th>
7
+ <th >3</th>
8
+ </tr>
9
+ <tr ><td >eins</td>
10
+ <td >zwei</td>
11
+ <td >drei</td>
12
+ </tr>
13
+ <tr ><td >one</td>
14
+ <td >two</td>
15
+ <td >three</td>
16
+ </tr>
17
+ </table>
18
+ <p >
19
+ after
20
+ </p>
@@ -0,0 +1,22 @@
1
+
2
+
3
+ before
4
+
5
+ \begin{tabular}{ccc}
6
+ 1
7
+ & 2
8
+ & 3
9
+ \\
10
+ eins
11
+ & zwei
12
+ & drei
13
+ \\
14
+ one
15
+ & two
16
+ & three
17
+ \\
18
+ \end{tabular}
19
+
20
+
21
+ after
22
+
@@ -0,0 +1,11 @@
1
+ <ul >
2
+ <li ><a href = "#1" >one</a> </li>
3
+ <li ><a href = "#2" >two</a> <ul >
4
+ <li ><a href = "#2-1" >two-one</a> </li>
5
+ </ul>
6
+ </li>
7
+ <li ><a href = "#drei" >three</a> <ul >
8
+ <li ><a href = "#3-1" >three-one</a></li>
9
+ </ul>
10
+ </li>
11
+ </ul>
@@ -0,0 +1,22 @@
1
+
2
+ \begin{itemize}
3
+
4
+ \item \hyperlink{1}{one}
5
+
6
+ \item \hyperlink{2}{two}
7
+ \begin{itemize}
8
+
9
+ \item \hyperlink{2-1}{two-one}
10
+ \end{itemize}
11
+
12
+
13
+
14
+ \item \hyperlink{drei}{three}
15
+ \begin{itemize}
16
+
17
+ \item \hyperlink{3-1}{three-one}
18
+ \end{itemize}
19
+
20
+
21
+ \end{itemize}
22
+
@@ -0,0 +1,4 @@
1
+ - one (#1)
2
+ - two (#2) - two-one (#2-1)
3
+ - three (#drei) - three-one (#3-1)
4
+
@@ -0,0 +1,5 @@
1
+ <h1 id = "1" >one</h1>
2
+ <h1 id = "2" >two</h1>
3
+ <h2 id = "2-1" >two-one</h2>
4
+ <h1 id = "drei" >three</h1>
5
+ <h2 id = "3-1" >three-one</h2>
@@ -0,0 +1,5 @@
1
+ \section{one}\hypertarget{1}{}
2
+ \section{two}\hypertarget{2}{}
3
+ \subsection{two-one}\hypertarget{2-1}{}
4
+ \section{three}\hypertarget{drei}{}
5
+ \subsection{three-one}\hypertarget{3-1}{}
@@ -0,0 +1,7 @@
1
+ <ul >
2
+ <li > vorher </li>
3
+ <li > text mehr text zum item </li>
4
+ <li > nachher und vorher </li>
5
+ <li > text mehr text zum item </li>
6
+ <li > nachher </li>
7
+ </ul>
@@ -0,0 +1,14 @@
1
+
2
+ \begin{itemize}
3
+
4
+ \item vorher
5
+
6
+ \item text mehr text zum item
7
+
8
+ \item nachher und vorher
9
+
10
+ \item text mehr text zum item
11
+
12
+ \item nachher
13
+ \end{itemize}
14
+
@@ -0,0 +1,11 @@
1
+ <p >
2
+ blank space is also permitted before lists like:
3
+ </p>
4
+ <ul >
5
+ <li > item a </li>
6
+ <li > item b </li>
7
+ <li > item c <ul >
8
+ <li > item c.a Text </li>
9
+ </ul>
10
+ </li>
11
+ </ul>
@@ -0,0 +1,20 @@
1
+
2
+
3
+ blank space is also permitted before lists like:
4
+
5
+
6
+ \begin{itemize}
7
+
8
+ \item item a
9
+
10
+ \item item b
11
+
12
+ \item item c
13
+ \begin{itemize}
14
+
15
+ \item item c.a Text
16
+ \end{itemize}
17
+
18
+
19
+ \end{itemize}
20
+
@@ -0,0 +1,11 @@
1
+ <p >
2
+ You can use lists, start it at the first column for now, please...
3
+ </p>
4
+ <p >
5
+ unnumbered lists are like
6
+ </p>
7
+ <ul >
8
+ <li > item a </li>
9
+ <li > item b </li>
10
+ <li > <strong >bold item c</strong> Text </li>
11
+ </ul>
@@ -0,0 +1,18 @@
1
+
2
+
3
+ You can use lists, start it at the first column for now, please...
4
+
5
+
6
+
7
+ unnumbered lists are like
8
+
9
+
10
+ \begin{itemize}
11
+
12
+ \item item a
13
+
14
+ \item item b
15
+
16
+ \item \textbf{bold item c} Text
17
+ \end{itemize}
18
+
@@ -0,0 +1,7 @@
1
+
2
+ You can use lists, start it at the first column for now, please...
3
+
4
+ unnumbered lists are like
5
+ - item a
6
+ - item b
7
+ - bold item c Text
@@ -0,0 +1,25 @@
1
+ <p >
2
+ You can use nowiki syntax if you would like do stuff like this:
3
+ </p>
4
+ <pre>
5
+ Guitar Chord C:
6
+
7
+ ||---|---|---|
8
+ ||-0-|---|---|
9
+ ||---|---|---|
10
+ ||---|-0-|---|
11
+ ||---|---|-0-|
12
+ ||---|---|---|
13
+ </pre>
14
+ <p >
15
+ before
16
+ </p>
17
+ <pre>
18
+ This is some verbatim text
19
+ </pre>
20
+ <p >
21
+ after
22
+ </p>
23
+ <p >
24
+ See <a href = "http://www.wikicreole.org/wiki/PreformattedAndNowiki" >http://www.wikicreole.org/wiki/PreformattedAndNowiki</a>
25
+ </p>
@@ -0,0 +1,33 @@
1
+
2
+
3
+ You can use nowiki syntax if you would like do stuff like this:
4
+
5
+
6
+ \begin{verbatim}
7
+ Guitar Chord C:
8
+
9
+ ||---|---|---|
10
+ ||-0-|---|---|
11
+ ||---|---|---|
12
+ ||---|-0-|---|
13
+ ||---|---|-0-|
14
+ ||---|---|---|
15
+ \end{verbatim}
16
+
17
+
18
+
19
+ before
20
+
21
+
22
+ \begin{verbatim}
23
+ This is some verbatim text
24
+ \end{verbatim}
25
+
26
+
27
+
28
+ after
29
+
30
+
31
+
32
+ See \href{http://www.wikicreole.org/wiki/PreformattedAndNowiki}{http://www.wikicreole.org/wiki/PreformattedAndNowiki}
33
+
@@ -0,0 +1,17 @@
1
+
2
+ You can use nowiki syntax if you would like do stuff like this:
3
+ Guitar Chord C:
4
+
5
+ ||---|---|---|
6
+ ||-0-|---|---|
7
+ ||---|---|---|
8
+ ||---|-0-|---|
9
+ ||---|---|-0-|
10
+ ||---|---|---|
11
+
12
+ before
13
+ This is some verbatim text
14
+
15
+ after
16
+
17
+ See http://www.wikicreole.org/wiki/PreformattedAndNowiki (http://www.wikicreole.org/wiki/PreformattedAndNowiki)
@@ -0,0 +1,6 @@
1
+ <p >
2
+ You can also use inline nowiki <span style = "display: inline;white-space:pre;font-family:monospace"> in a sentence </span> like this. See <a href = "http://www.wikicreole.org/wiki/PreformattedAndNowiki" >http://www.wikicreole.org/wiki/PreformattedAndNowiki</a>
3
+ </p>
4
+ <p >
5
+ Some examples of markup are: <span style = "display: inline;white-space:pre;font-family:monospace">** &lt;i&gt;this&lt;/i&gt; ** </span>
6
+ </p>
@@ -0,0 +1,8 @@
1
+
2
+
3
+ You can also use inline nowiki \verb| in a sentence | like this. See \href{http://www.wikicreole.org/wiki/PreformattedAndNowiki}{http://www.wikicreole.org/wiki/PreformattedAndNowiki}
4
+
5
+
6
+
7
+ Some examples of markup are: \verb|** <i>this</i> ** |
8
+
@@ -0,0 +1,6 @@
1
+ <p >
2
+ Short verbatim can also be at the start: <span style = "display: inline;white-space:pre;font-family:monospace">this is verbatim</span>
3
+ </p>
4
+ <p >
5
+ This test checks, if the differences of normal verbatim is detected.
6
+ </p>
@@ -0,0 +1,8 @@
1
+
2
+
3
+ Short verbatim can also be at the start: \verb|this is verbatim|
4
+
5
+
6
+
7
+ This test checks, if the differences of normal verbatim is detected.
8
+
@@ -0,0 +1,6 @@
1
+ <p >
2
+
3
+ <iframe src = "http://rcm-de.amazon.de/e/cm?t=3499138956&o=3&p=8&l=as1&asins=3499138956&fc1=000000&IS2=1&lt1=_blank&lc1=0000ff&bc1=000000&bg1=ffffff&f=ifr" marginwidth = "0" marginheight = "0" frameborder = "0" scrolling = "no" style = "height: 240px;width: 120px;" >
4
+ Ihr Browser kann leider keine eingebetteten Frames anzeigen. Sie k&ouml;nnen die eingebettete Seite &uuml;ber den folgenden Verweis aufrufen: <a href = "http://www.amazon.de/exec/obidos/ASIN/3499138956/3499138956" >Amazon</a>
5
+ </iframe>
6
+ </p>
File without changes
File without changes
File without changes
@@ -0,0 +1,8 @@
1
+ <p >Here is a footnote<sup><a href="#footnote-1">1</a></sup>, and
2
+ a second footnote<sup><a href="#footnote-2">2</a></sup>.
3
+ </p>
4
+ <hr />
5
+ <p ><p ><sup ><a name="footnote-1">1</a></sup>some remarks<br />
6
+ <sup ><a name="footnote-2">2</a></sup>more remarks<br />
7
+ </p>
8
+ </p>
@@ -0,0 +1,17 @@
1
+
2
+
3
+ Here is a footnote\footnote{some remarks}, and
4
+ a second footnote\footnote{more remarks}.
5
+
6
+
7
+ \hrulefill
8
+
9
+
10
+
11
+
12
+ \textsuperscript{\label{footnote-1}\hypertarget{footnote-1}{1}}some remarks\newline
13
+ \textsuperscript{\label{footnote-2}\hypertarget{footnote-2}{2}}more remarks\newline
14
+
15
+
16
+
17
+
@@ -2,11 +2,9 @@
2
2
  Here is a footnote(1), and
3
3
  a second footnote(2).
4
4
 
5
-
6
-
7
5
  -------------------------
8
6
 
9
- ^(foot1) 1^some remarks
10
- ^(foot2) 2^more remarks
7
+ ^(foot-1) 1^some remarks
8
+ ^(foot-2) 2^more remarks
11
9
 
12
10
 
@@ -0,0 +1,10 @@
1
+
2
+ Here is a footnote(1), and
3
+ a second footnote(2).
4
+
5
+ ----
6
+
7
+ ^[[??foot-1]]1^some remarks{{newline}}
8
+ ^[[??foot-2]]2^more remarks{{newline}}
9
+
10
+
@@ -0,0 +1,8 @@
1
+ <p >Here is a footnote<sup><a href="#footnote-1">1</a></sup>, and
2
+ a second footnote<sup><a href="#footnote-2">2</a></sup>.
3
+ </p>
4
+ <hr />
5
+ <p ><p ><sup ><a name="footnote-1">1</a></sup>some remarks<br />
6
+ <sup ><a name="footnote-2">2</a></sup>more remarks<br />
7
+ </p>
8
+ </p>
@@ -0,0 +1,21 @@
1
+ <p >There are normal footnotes<sup><a href="#footnote-1">1</a></sup>. But:
2
+ Here is a footnote in group 1<sup><a href="#group1-1">1</a></sup>, and
3
+ a second footnote<sup><a href="#group1-2">2</a></sup>.
4
+ In another group<sup><a href="#group2-1">1</a></sup>, we can define further remarks.
5
+ </p>
6
+ <hr />
7
+ <p >Normal Footnotes:
8
+ <p ><sup ><a name="footnote-1">1</a></sup>Like this one<br />
9
+ </p>
10
+ </p>
11
+ <hr />
12
+ <p >Footnote group 1:
13
+ <p ><sup ><a name="group1-1">1</a></sup><br />
14
+ <sup ><a name="group1-2">2</a></sup><br />
15
+ </p>
16
+ </p>
17
+ <hr />
18
+ <p >Footnote group 2:
19
+ <p ><sup ><a name="group2-1">1</a></sup><br />
20
+ </p>
21
+ </p>