To make a numbered list, use the "hash" (pound sign) token for each list item, with a slash-hash (/#) on a line by itself to mark the end of the list:
# List item one
# List item two
# List item three
/#
gives you:
Try it out.
Still working on Second Page, change each star token to a hash token, and change the slash-star to a slash-hash:
# Link back to ((Home)). # This link goes to the ((Third Page|next)) page. /#
Here's the result: