Update RemarkRenderer.tsx

pull/1140/head
Ganni 2024-12-04 13:39:08 -05:00 committed by GitHub
parent 599e92c290
commit d81a2b0582
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ const components = {
font-size: 90%;
font-family: var(--monospace-font), monospace;
border-radius: 3px;
border-radius: 5px;
padding: 3px 5px;
box-decoration-break: clone;
`,
table: styled.table`