unison/unison-src/transcripts-manual
Greg Pfeil 1dc181b99a
Update the transcripts with cmark
`cmark`’s pretty-printer matches our output pretty well, with a few differences:
- it puts a space between the fence and the info string for in code blocks;
- it prefers `-` over `*` for bulleted lists (as do I) and it indents them;
- it `\`-escapes certain chars very conservatively;
- it prefers indented/unfenced code blocks if there is no info string; and
- it prefers `*` over `_` (unlike any sane person).

This also shows how the change fixes a number of issues:
- fix2158-1.output.md also illustrates how this change fixes #1809;
- alias-many.output.md and input-parse-errors.output.md show how fenced
  code blocks without an info string would use the beginning of the
  content as the info string;
- transcripts-round-trip/main.output.md shows how output blocks for
  generated `unison` stanzas (which could contain nested fenced blocks)
  might not have long-enough fences; and
- error-messages.output.md and generic-parse-errors.output.md show how
  Unison errors were reported on the wrong line number (and thus the
  printed error lines were also incorrect).
2024-07-10 13:37:51 -06:00
..
benchmarks Discard changes to unison-src/transcripts-manual/benchmarks/output/2024-01-25T15:48:31.296974000Z-bench.txt 2024-01-25 23:16:20 -05:00
docs.to-html Test that docs.to-html actually writes files 2024-06-23 20:21:16 -05:00
benchmarks.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
docs.to-html.md Don't pull base in docs.to-html 2024-06-27 11:29:00 -07:00
docs.to-html.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
gen-racket-libs.md Bump share dependency 2024-06-27 12:28:39 -04:00
gen-racket-libs.output.md Bump share dependency 2024-06-27 12:28:39 -04:00
README.md Move network-using transcripts to a manual location 2022-09-22 09:58:54 -06:00
remote-tab-completion.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
remote-tab-completion.output.md Move network-using transcripts to a manual location 2022-09-22 09:58:54 -06:00
rewrites.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00
rewrites.output.md Update the transcripts with cmark 2024-07-10 13:37:51 -06:00
scheme.md Replace '.' references with scratch/main 2024-06-25 11:11:07 -07:00

This directory contains transcripts which are committed, but must be run manually for some reason or another, perhaps they call out over the network, or are too slow to run in CI.