fix: allow code tags to be displayed through the MarkdownViewer#5663
Conversation
🦋 Changeset detectedLatest commit: ebfbc92 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
f0d9cc5 to
8f2dab3
Compare
Greptile SummaryThis PR adds
Confidence Score: 3/5Not safe to merge until the console.log is removed from Description/index.tsx. The core MarkdownViewer change is straightforward and correct for inline code, but a debug console.log was left in the Proposal Description component and will print every proposal description to the browser console for all users in production. apps/evm/src/pages/Proposal/Description/index.tsx needs the debug console.log removed before this is safe to ship. Important Files Changed
|
Coverage Report for ./apps/evm
File Coverage
|
||||||||||||||||||||||||||||||||||||||
8f2dab3 to
ebfbc92
Compare
Changes
MarkdownViewercomponent