wiki - How do I stop Redmine from automatically referencing issues? -


when working on page wiki, put couple of numerical list items , have centred image on page inbetween steps, so:

# step 1 # step 2  p=. !someimage.png! figure 1 - image caption  #3 step 3 # step 4 

but when redmine renders step 3, automatically references issue #3 instead of continuing numbering @ "3." have read on textile syntax wiki using #3 start numbering @ "3." not case in redmine wiki.

is there way stop behaviour? have looked other solutions not able retain centred images when trying force ordered list continue numbering.

thanks :)

this should work

# step 1 # step 2    p=. !someimage.png!   figure 1 - image caption # step 3 # step 4 

remind: redmine based on textile has own tags.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -