Org-mode is great for getting light markup and organization done, and the exporting is great too. However, I'm having trouble getting a simple formatting option done.
I'd like to cast a whole block in monospace, and if possible, get the nice framing (in HTML export) that comes from the EXAMPLE environment:
#+BEGIN_EXAMPLE
some stuff that goes on and on forever right off the edge of any page or browser frame 443okkfq3jg0jg
#+END_EXAMPLE
Unfortunately, as in Markdown here, wrapping is lost in a verbatim environment.
I would most like to just turn on wrapping within this environment. If that doesn't work, I at least want the ability to place just a delimited block in a monospace font (so that I can get the wrapping from the plain text). How can I achieve one or both of these?