We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030a0ce commit 01c5100Copy full SHA for 01c5100
2 files changed
app/components/Readme.vue
@@ -283,6 +283,14 @@ function handleClick(event: MouseEvent) {
283
font-style: italic;
284
}
285
286
+.readme :deep(dt) {
287
+ margin-block-start: 0.5rem;
288
+}
289
+
290
+.readme :deep(dd) {
291
+ padding-inline-start: 1.5rem;
292
293
294
/* GitHub-style callouts/alerts */
295
.readme :deep(blockquote[data-callout]) {
296
border-inline-start-width: 3px;
server/utils/readme.ts
@@ -180,6 +180,9 @@ export const ALLOWED_TAGS = [
180
'kbd',
181
'mark',
182
'button',
183
+ 'dl',
184
+ 'dt',
185
+ 'dd',
186
]
187
188
export const ALLOWED_ATTR: Record<string, string[]> = {
0 commit comments