Is there a way to indicate that a certain string should not be wrapped? In my situation, my document has a lot of URLs. Currently the URL strings wrap on the "/" character when necessary. I'd like it that the URLs are all always on the same line. (The URLs are always short, so I'm not worried about one being longer than a line.)