comparison public/help/wiki_syntax_detailed.html @ 1116:bb32da3bea34 redmine-2.2-integration

Merge from live
author Chris Cannam
date Mon, 07 Jan 2013 14:41:20 +0000
parents 433d4f72a19b 5e80956cc792
children 0a574315af3e
comparison
equal deleted inserted replaced
1115:433d4f72a19b 1116:bb32da3bea34
208 </pre> 208 </pre>
209 209
210 <p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p> 210 <p>Redmine assigns an anchor to each of those headings thus you can link to them with "#Heading", "#Subheading" and so forth.</p>
211 211
212 212
213
214
215 <h3><a name="9" class="wiki-page"></a>Bullets and Numbering</h3>
216
217 <pre>
218 * First Level Bullet
219 ** Second Level Bullet
220 ** Another Second Level Bullet
221 *** Third Level Bullet
222 ** Back to 2nd Level Bullet
223 * Back to 1st Level Bullet
224 </pre>
225
226 <ul>
227 <li>First Level Bullet</li>
228 <ul>
229 <li>Second Level Bullet</li>
230 <li>Another Second Level Bullet</li>
231 <ul>
232 <li>Third Level Bullet</li>
233 </ul>
234 <li>Back to 2nd Level Bullet</li>
235 </ul>
236
237 <li>Back to 1st Level Bullet</li>
238 </ul>
239
240 <pre>
241 # First Level Numbering
242 ## Second Level Numbering
243 ## Another Second Level Numbering
244 ### Third Level Numbering
245 ## Back to 2nd Level Numbering
246 # Back to 1st Level Numbering
247 </pre>
248
249 <ol>
250 <li>First Level Numbering</li>
251 <ol>
252 <li>Second Level Numbering</li>
253 <li>Another Second Level Numbering</li>
254 <ol>
255 <li>Third Level Numbering</li>
256 </ol>
257 <li>Back to 2nd Level Numbering</li>
258 </ol>
259 <li>Back to 1st Level Numbering</li>
260 </ol>
261
262 <pre>
263 # First Level Numbering
264 #* Bullet inside numbering environment
265 #* Another Bullet inside numbering environment
266 # Back to 1st Level Numbering
267 </pre>
268
269 <ol>
270 <li>First Level Numbering</li>
271 <ul>
272 <li>Bullet inside numbering environment</li>
273 <li>Another Bullet inside numbering environment</li>
274 </ul>
275
276 <li>Back to 1st Level Numbering</li>
277 </ol>
278
279
280
281
282
283
284
213 <h3><a name="9" class="wiki-page"></a>Paragraphs</h3> 285 <h3><a name="9" class="wiki-page"></a>Paragraphs</h3>
214 286
215 <pre> 287 <pre>
216 p>. right aligned 288 p>. right aligned
217 p=. centered 289 p=. centered