wiki - Any better way to create MediaWiki numbered lists? -


when using mediawiki's markup language, thing hate creating numbered lists. way know create list this:

#item1 #item2 

however, if want add spaces or other text between lines, numbering gets lost. example, following create text has 2 number 1 items:

#item1 somestuff #item2 

is there way around this, or should use bullet points instead? noticed stackoverflow system not allow numbering this, have manually.

like this:

#item1 #:somestuff #item2 

Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -