OmniMarkupPreviewer
OmniMarkupPreviewer copied to clipboard
The v "`browser_command" may no need encoding when a not default browser is used.
browser_command = [arg.encode(encoding) for arg in browser_command]
can't open on my win7,
below is ok
browser_command = [arg for arg in browser_command]