Numbered lists in ui show "Sos" errors
rlmark opened this issue · 3 comments
rlmark commented
Docs seem to have trouble rendering numbered lists.
testDoc = {{
# Test Num list
1. A
2. B
3. C
}}
is valid in the UCM, but I've attached a screenshot showing what it looks like in the UI. (Also I'm running the UI which ships with the recent m2h release, so it's possible more features have been added since then, in which case, disregard!)
hojberg commented
That's super strange. I don't think I print out that emoji anywhere hmmm.
It kinda looks like a debug output or something
pchiusano commented
Pretty sure that's a bug in the backend - from a missing pattern match.
Surprised we haven't noticed it before, but it should be a quick fix in Unison.Server.Doc.
rlmark commented
Oh weird! I tried displaying the doc in the ucm and it went fine! I'll close this!
