comparison public/help/wiki_syntax_detailed.html @ 726:386fcfd7459f feature_14

Merge from branch "luisf"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 24 Oct 2011 15:28:29 +0100
parents 1308652d7c19
children 5e80956cc792
comparison
equal deleted inserted replaced
723:d41bf754c0f2 726:386fcfd7459f
196 </pre> 196 </pre>
197 197
198 <p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p> 198 <p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p>
199 199
200 200
201
202
203 <h3><a name="9" class="wiki-page"></a>Bullets and Numbering</h3>
204
205 <pre>
206 * First Level Bullet
207 ** Second Level Bullet
208 ** Another Second Level Bullet
209 *** Third Level Bullet
210 ** Back to 2nd Level Bullet
211 * Back to 1st Level Bullet
212 </pre>
213
214 <ul>
215 <li>First Level Bullet</li>
216 <ul>
217 <li>Second Level Bullet</li>
218 <li>Another Second Level Bullet</li>
219 <ul>
220 <li>Third Level Bullet</li>
221 </ul>
222 <li>Back to 2nd Level Bullet</li>
223 </ul>
224
225 <li>Back to 1st Level Bullet</li>
226 </ul>
227
228 <pre>
229 # First Level Numbering
230 ## Second Level Numbering
231 ## Another Second Level Numbering
232 ### Third Level Numbering
233 ## Back to 2nd Level Numbering
234 # Back to 1st Level Numbering
235 </pre>
236
237 <ol>
238 <li>First Level Numbering</li>
239 <ol>
240 <li>Second Level Numbering</li>
241 <li>Another Second Level Numbering</li>
242 <ol>
243 <li>Third Level Numbering</li>
244 </ol>
245 <li>Back to 2nd Level Numbering</li>
246 </ol>
247 <li>Back to 1st Level Numbering</li>
248 </ol>
249
250 <pre>
251 # First Level Numbering
252 #* Bullet inside numbering environment
253 #* Another Bullet inside numbering environment
254 # Back to 1st Level Numbering
255 </pre>
256
257 <ol>
258 <li>First Level Numbering</li>
259 <ul>
260 <li>Bullet inside numbering environment</li>
261 <li>Another Bullet inside numbering environment</li>
262 </ul>
263
264 <li>Back to 1st Level Numbering</li>
265 </ol>
266
267
268
269
270
271
272
201 <h3><a name="9" class="wiki-page"></a>Paragraphs</h3> 273 <h3><a name="9" class="wiki-page"></a>Paragraphs</h3>
202 274
203 <pre> 275 <pre>
204 p>. right aligned 276 p>. right aligned
205 p=. centered 277 p=. centered