Changeset 3859:7d04dc5941f9 for locales/en/help/core_wiki.html
- Timestamp:
- 09/03/18 14:30:56 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
locales/en/help/core_wiki.html
r2534 r3859 26 26 <code>*</code> or <code>#</code> for unnumbered or numbered lists respectively. 27 27 List imbrication is done by mixing list markers this way: 28 <pre> 29 * item 1 30 ** item 1.1 31 * item 2 32 *# item 2.1 33 ... 34 </pre> 28 <pre> 29 <code>*</code> item 1 30 <code>**</code> item 1.1 31 <code>*</code> item 2 32 <code>*#</code> item 2.1 33 ... 34 </pre> 35 </li> 36 <li><strong>Definition lists:</strong> Start each line with <code>=</code> for the term to define and with <code>:</code> for the definition of the term. 37 <pre> 38 <code>=</code> term 39 <code>:</code> description of the term 40 </pre> 35 41 </li> 36 42 <li><strong>Preformatted text:</strong> Each line must start with a space.</li> 37 43 <li><strong>Block quote:</strong> Each line must start with a <code>></code>.</li> 44 <li><strong>Side block:</strong> Each line must start with a <code>)</code>.</li> 38 45 </ul> 39 46 </dd> … … 61 68 <li><strong>Code:</strong> <code>@@code@@</code></li> 62 69 <li><strong>Footnotes:</strong> <code>$$footnote$$</code></li> 70 <li><strong>Superscript</strong> : <code>^superscript^</code></li> 63 71 </ul> 64 72 </dd>
Note: See TracChangeset
for help on using the changeset viewer.