Fix missing code block delimiters in comment blocks (#18837)

## Summary

I fixed some code blocks inside comment blocks that were missing
delimiters.
This commit is contained in:
okonomi 2025-09-01 18:36:43 +09:00 committed by GitHub
parent fed6c6ab72
commit e5513b6c75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import { highlight, info, relative, success, warn } from '../../utils/renderer'
// autoprefixer: {},
// }
// }
// ```
export async function migratePostCSSConfig(base: string) {
let ranMigration = false
let didMigrate = false

View File

@ -385,6 +385,7 @@ export function* parseCandidate(input: string, designSystem: DesignSystem): Iter
//
// E.g.:
//
// ```
// bg-(--my-var)
// ^^ -> Root
// ^^^^^^^^^^ -> Arbitrary value