Luka Kostić
Luka Kostić
Me too on ubuntu.
print(ss.summarize(input, 1)) is same error (guessing it returns a touple of strings or something but havent gotten to that stage yet due to the error)
Same here. Cant read docs.  Any way to switch to light?
Pretty sure you cant just display any html in quill. You need to make a custom blot, and then in there you may apply any html you wish (even setting...
Agreed, i thought of using %c to detect if cancelled with formatted output, but then i see it prints nothing when -q. So no point in %c
Still ongoing. Cannot use Delta api anywhere :( Cannot update custom embedded blot since `new Delta` doesnt work: ``` quill.updateContents(new Delta() .retain(index) .delete(1) .insert(value)); ```