|
8 | 8 |
|
9 | 9 |
|
10 | 10 | ========================== |
11 | | -Moin Wiki markup overview |
| 11 | +MoinWiki markup overview |
12 | 12 | ========================== |
13 | 13 |
|
14 | 14 | This document describes the features of the moinwiki markup language. |
@@ -278,14 +278,14 @@ Lists |
278 | 278 | ===== |
279 | 279 |
|
280 | 280 | .. warning:: |
281 | | - * All Moin Wiki list syntax (including that for unordered lists, |
| 281 | + * All MoinWiki list syntax (including that for unordered lists, |
282 | 282 | ordered lists and definition lists) requires a leading space before |
283 | 283 | each item in the list. |
284 | 284 | * Unfortunately, reStructuredText does not allow leading whitespace |
285 | 285 | in code samples, so the example markup here will not work if copied |
286 | 286 | verbatim, and requires |
287 | 287 | that each line of the list be indented by one space in order to |
288 | | - be valid Moin Wiki markup. |
| 288 | + be valid MoinWiki markup. |
289 | 289 | * This is also an **reSTTODO** |
290 | 290 |
|
291 | 291 | Unordered Lists |
@@ -441,7 +441,7 @@ Definition Lists |
441 | 441 | - reStructuredText does not support multiple definitions for a |
442 | 442 | single term, so a line break has been forced to illustrate the |
443 | 443 | appearance of several definitions. |
444 | | - - Using the prescribed Moin Wiki markup will, in fact, produce two |
| 444 | + - Using the prescribed MoinWiki markup will, in fact, produce two |
445 | 445 | separate definitions in MoinMoin (using separate ``<dd>`` tags). |
446 | 446 |
|
447 | 447 | Horizontal Rules |
|
0 commit comments