Commit 9c3a7023014f961197bc27ff8360ce9e1b1d6c29 Parent 0b6805c0c544cfd8973f457142434127cac4b3a5 Author John MacFarlane <jgm@berkeley.edu> Date Sat, 9 Apr 2016 11:44:58 -0700 Fixed a number of issues relating to line wrapping. - Extend CMARK_OPT_NOBREAKS to all renderers and add `--nobreaks`. - Do not autowrap, regardless of width parameter, if CMARK_OPT_NOBREAKS is set. - Fixed CMARK_OPT_HARDBREAKS for LaTeX and man renderers. - Ensure that no auto-wrapping occurs if CMARK_OPT_NOBREAKS is enabled, or if output is CommonMark and CMARK_OPT_HARDBREAKS is enabled. - Updated man pages.