unison/unison-src/transcripts/fix2826.md
Greg Pfeil 8416708a29
Add transcripts for fixed issues
This shows that this change fixes #1421, #2826, #5141, and #5168.
2024-07-10 14:01:35 -06:00

268 B

scratch/main> builtins.mergeio

Supports fences that are longer than three backticks.


doc = {{
  @typecheck ```
  x = 3
  ```
}}

And round-trips properly.

scratch/main> add
scratch/main> edit doc
scratch/main> load scratch.u