Is there any sort of markup in org-mode to get multiple lines of text to be bold, italics, etc?
*This is what I want to be bold and I only want lines to be a certain length so that this doesn't work.* I know about using visual-line-mode as an alternative to fill-paragraph which would solve this problem, but I like M-q too much and I want to try and keep my files at a certain width.
Snippets welcome. I don't know Elisp so I can't do it myself. But I guess this would ruin export too.
I'm thinking something like:
#+BEGIN_BOLD All my text in here would be super bold and would be very nice. #+END_BOLD