Files
pandoc/test/command
John MacFarlane a6fe02f46a Man writer: improvements to code and code blocks.
The aim here (see #9020) is to produce more standard and more
portable man pages.  To that end:

- We revert the fanciness introduced in #7506, which employs a
  custom font name V and a macro that makes this act like boldface
  in a terminal and monospace in other formats.  Unfortunately,
  this code uses a mechanism that is not portable (and does not
  work in mandoc).

- Instead of using V for inline code, we simply use CR.
  Note that `\f[CR]` is emitted instead of plain `\f[C]`,
  because there is no C font in man.  (This produces warnings
  in recent versions of groff.)

- For code blocks, we now use the `.EX` and `.EE` macros,
  together with `.IP` for spacing and indentation.  This gives
  more standard code that can be better interpreted e.g. by mandoc.
2023-08-25 21:35:47 -07:00
..
2023-01-13 09:13:27 -08:00
2023-01-13 09:13:27 -08:00
2023-01-13 09:13:27 -08:00
2023-03-14 21:49:05 -07:00
2023-07-12 09:13:32 -07:00
2023-01-13 09:13:27 -08:00
2023-08-23 12:37:49 -07:00
2023-01-13 09:13:27 -08:00
2023-01-13 09:13:27 -08:00
2023-01-13 09:13:27 -08:00
2023-06-06 16:08:14 -07:00
2023-01-13 09:13:27 -08:00
2023-07-12 09:13:32 -07:00
2023-03-14 21:49:05 -07:00
2023-02-01 14:20:05 -08:00
2023-01-11 14:55:01 +01:00
2023-01-16 18:21:36 +01:00
2023-03-01 12:20:47 +01:00
2023-03-26 11:09:58 -07:00
2023-02-01 09:17:45 -08:00
2023-01-13 09:13:27 -08:00