Editing pages

Avoiding TAB characters

For browsers which make it difficult to enter TAB characters, a series of # characters followed by a SPACE produces the same effect. This can be used in any of the list formatting rules expressed on the previous page. For example:

# * one
# * two
## * a
## * b
# * three

Produces:

Back