Commit Graph

5 Commits

Author SHA1 Message Date
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
Paul Chiusano
eb46a884b3 added extra test of more corner cases 2021-09-17 08:24:37 -05:00
Rúnar
be3b9919ec Fix up types and corner cases 2021-09-16 22:35:15 -04:00
Rúnar
a6abc66b3f Add block closes to list and tuple commas 2021-09-16 14:08:45 -04:00
Rúnar
bcde3031c4 wip 2021-09-15 21:26:39 -04:00