The location of BASE_OPTIONS has changed in pytidylib 0.3.2; rather than
trying to change it, override the corresponding options explicitly.
+The meaning of tidylib's wrap option has also changed, so set a sensible
+default value.
- rawdog 2.22
"alt-text": "",
"doctype": "strict",
"force-output": 1,
- "wrap": 0,
+ # In tidy 0.99, wrap=0 means don't wrap.
+ # In tidy 5, wrap=0 means wrap to width 0.
+ "wrap": 68,
}
call_hook("mxtidy_args", config, args, baseurl, inline)
call_hook("tidy_args", config, args, baseurl, inline)