You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* markdown bugfix for the broken blockquotes
* add edge-case handling logic
* remove console.log
* fix the linter err
* comment update
* comment update for flaky test
* handle blank-line within the blockquotes
Problem
Here's a bit of markdown:
Here's how it's rendered in the chat:
And here's how it's supposed to render:
test
Solution
Update the markdown renderer to properly restore rendering quote strings. (I think this used to work? What happened?)
The text was updated successfully, but these errors were encountered: