wasi-master / rich-rst

A reStructuredText renderer for rich
https://rich-rst.readthedocs.io/en/latest/
MIT License
13 stars 3 forks source link

fix too many arguments to unpack when visiting block quote. #7

Closed BrianPugh closed 7 months ago

BrianPugh commented 7 months ago

Without this change, I frequently run into:

ValueError: too many values to unpack (expected 1)
BrianPugh commented 7 months ago

(I'm not sure if this is the correct action to take)