Files
pandoc/test/command
John MacFarlane efbb329f1a Groff escaping changes.
- `--ascii` is now turned on automatically for man output, for
  portability.  All man output will be escaped to ASCII.
- In T.P.Writers.Groff, `escapeChar`, `escapeString`, and
  `escapeCode` now take a boolean parameter that selects
  ascii-only output.  This is used by the Ms writer for
  `--ascii`, instead of doing an extra pass after writing
  the document.
- In ms output without `--ascii`, unicode is used whenever
  possible (e.g. for double quotes).
- A few escapes are changed: e.g. `\[rs]` instead of `\\` for
  backslash, and `\ga]` instead of `` \` `` for backtick.
2018-10-18 10:21:34 -07:00
..
2018-07-02 19:07:28 +03:00
2018-10-18 10:21:34 -07:00
2018-05-08 09:14:58 -07:00
2018-06-11 10:53:56 -07:00
2018-07-15 15:14:40 -07:00
2018-10-18 10:21:34 -07:00
2018-07-15 15:14:40 -07:00
2018-10-15 00:37:17 -07:00