-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening Pandoc's man page on macOS outputs errors #8045
Comments
Odd. It works fine on macos 11.6.5. |
It looks like mandoc doesn't interpret any man macros inside table environments. See man mandoc:
This is bad, but I don't know what to do about it. Obviously it's useful to be able to format text inside a table cell. man allows this; what can we do if apple has switched to a processor with more limitations? |
I suppose the thing to do, for portability, is to convert these tables into plain code blocks with side-by-side code. |
Running
man pandoc
with pandoc 2.18 on macOS 12.3.1 outputs the following lines.The man page shows normally and this output is seen after closing the pager.
The text was updated successfully, but these errors were encountered: