优化 markdown 解析

This commit is contained in:
tianyaxiang 2025-02-02 14:23:42 +08:00
parent b8c464bd4c
commit f50cdc47ab

View File

@ -30,7 +30,7 @@ export interface StyleOptions {
fontWeight?: string | number
fontStyle?: string
lineHeight?: string | number
textAlign?: 'left' | 'center' | 'right'
textAlign?: 'left' | 'center' | 'right' | 'justify'
textDecoration?: string
textIndent?: string | number
letterSpacing?: string | number