unisonweb/codebase-ui

Numbered lists in ui show "Sos" errors

rlmark opened this issue · 3 comments

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!)

Screen Shot 2021-09-24 at 12 42 32 PM

That's super strange. I don't think I print out that emoji anywhere hmmm.

It kinda looks like a debug output or something

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.

Oh weird! I tried displaying the doc in the ucm and it went fine! I'll close this!