Patch #28169 » 0001-enable-and-add-underline-button-for-markdown.patch
| lib/redmine/wiki_formatting/markdown/formatter.rb | ||
|---|---|---|
| 143 | 143 | :superscript => true, | 
| 144 | 144 | :no_intra_emphasis => true, | 
| 145 | 145 | :footnotes => true, | 
| 146 | :lax_spacing => true | |
| 146 | :lax_spacing => true, | |
| 147 | :underline => true | |
| 147 | 148 | ) | 
| 148 | 149 | end | 
| 149 | 150 | end | 
| lib/redmine/wiki_formatting/markdown/html_parser.rb | ||
|---|---|---|
| 23 | 23 | self.tags = tags.merge( | 
| 24 | 24 |           'b' => {:pre => '**', :post => '**'}, | 
| 25 | 25 |           'strong' => {:pre => '**', :post => '**'}, | 
| 26 |           'i' => {:pre => '_', :post => '_'}, | |
| 27 |           'em' => {:pre => '_', :post => '_'}, | |
| 26 |           'i' => {:pre => '*', :post => '*'}, | |
| 27 |           'em' => {:pre => '*', :post => '*'}, | |
| 28 |           'u' => {:pre => '_', :post => '_'}, | |
| 28 | 29 |           'strike' => {:pre => '~~', :post => '~~'}, | 
| 29 | 30 |           'h1' => {:pre => "\n\n# ", :post => "\n\n"}, | 
| 30 | 31 |           'h2' => {:pre => "\n\n## ", :post => "\n\n"}, | 
| public/help/ar/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/ar/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/az/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/az/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/bg/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/bg/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/bs/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/bs/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/ca/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/ca/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Negreta" /></th><td style="width:50%;">**Negreta**</td><td style="width:50%;"><strong>Negreta</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Cursiva" /></th><td>*Cursiva*</td><td><em>Cursiva</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Eliminat" /></th><td>~~Eliminat~~</td><td><del>Eliminat</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Codi en línia" /></th><td>`Codi en línia`</td><td><code>Codi en línia</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Linies de codi" /></th><td>~~~<br /> linies<br /> de codi<br />~~~</td><td> | 
| public/help/cs/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Styly písma</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Tučně**</td><td style="width:50%;"><strong>Tučně</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Kurzívou*</td><td><em>Kurzívou</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Smazaný~~</td><td><del>Smazaný</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Vnořený kód`</td><td><code>Vnořený kód</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> řádky<br /> kódu<br />~~~</td><td> | 
| public/help/da/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/da/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/de/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/de/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/el/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/el/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/en-gb/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/en-gb/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/en/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/en/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/es-pa/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/es-pa/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/es/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/es/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/et/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/et/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/eu/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/eu/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/fa/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/fa/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/fi/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/fi/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/fr/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/fr/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/gl/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| public/help/gl/wiki_syntax_detailed_textile.html | ||
|---|---|---|
| 184 | 184 | <li><strong>bold</strong></li> | 
| 185 | 185 | <li><em>italic</em></li> | 
| 186 | 186 | <li><em><strong>bold italic</strong></em></li> | 
| 187 | <li><u>underline</u></li> | |
| 187 | 188 | <li><ins>underline</ins></li> | 
| 188 | 189 | <li><del>strike-through</del></li> | 
| 189 | 190 | </ul> | 
| public/help/gl/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/he/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/he/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/hr/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/hr/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/hu/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/hu/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/id/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/id/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/it/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/it/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/ko/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/ko/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/lt/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/lt/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/lv/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/lv/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/mk/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/mk/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/mn/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/mn/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/nl/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/nl/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/no/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/no/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/pl/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/pl/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/pt-br/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/pt-br/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/pt/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/pt/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/ro/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/ro/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/ru/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/ru/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/sk/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/sk/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/sl/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/sl/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/sq/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/sq/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/sr-yu/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/sr-yu/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/sr/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/sr/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/sv/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/sv/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/th/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* | 
| 185 | 185 | * ***bold italic*** | 
| 186 | * _underline_ | |
| 186 | 187 | * ~~strike-through~~ | 
| 187 | 188 | </pre> | 
| 188 | 189 | |
| ... | ... | |
| 192 | 193 | <li><strong>bold</strong></li> | 
| 193 | 194 | <li><em>italic</em></li> | 
| 194 | 195 | <li><em><strong>bold italic</strong></em></li> | 
| 196 | <li><u>underline</u></li> | |
| 195 | 197 | <li><del>strike-through</del></li> | 
| 196 | 198 | </ul> | 
| 197 | 199 | |
| public/help/th/wiki_syntax_markdown.html | ||
|---|---|---|
| 13 | 13 | <tr><th colspan="3">Font Styles</th></tr> | 
| 14 | 14 | <tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Strong" /></th><td style="width:50%;">**Strong**</td><td style="width:50%;"><strong>Strong</strong></td></tr> | 
| 15 | 15 | <tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Italic" /></th><td>*Italic*</td><td><em>Italic</em></td></tr> | 
| 16 | <tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Underline" /></th><td>_Underline_</td><td><ins>Underline</ins></td></tr> | |
| 16 | 17 | <tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Deleted" /></th><td>~~Deleted~~</td><td><del>Deleted</del></td></tr> | 
| 17 | 18 | <tr><th><img src="../../images/jstoolbar/bt_code.png" style="border: 1px solid #bbb;" alt="Inline Code" /></th><td>`Inline Code`</td><td><code>Inline Code</code></td></tr> | 
| 18 | 19 | <tr><th><img src="../../images/jstoolbar/bt_pre.png" style="border: 1px solid #bbb;" alt="Preformatted text" /></th><td>~~~<br /> lines<br /> of code<br />~~~</td><td> | 
| public/help/tr/wiki_syntax_detailed_markdown.html | ||
|---|---|---|
| 183 | 183 | * **bold** | 
| 184 | 184 | * *Italic* |