I've been searching around but I couldn't find an answer to this question, although I'm pretty confident that it's not an especially difficult problem.
Currently, my menu displays like this:
HOME ABOUT ME BLOG POLICY BOOK REVIEWS
I would like to add "\\" characters between the pages, like this:
HOME \\ ABOUT ME \\ BLOG POLICY \\ BOOK REVIEWS
I've found a few topics for adding the pipe character using CSS, but that's really not what I'm looking to do.
How can I tell WP_LIST_PAGES to add "\\" between each page?