Skip to content

Commit 9e24e54

Browse files
committed
Allow a few more katex styles
1 parent 39b94bb commit 9e24e54

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/vs/workbench/contrib/markdown/browser/markedKatexSupport.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,32 @@ export class MarkedKatexSupport {
7575
'font-weight',
7676
'font-size',
7777
'height',
78+
'min-height',
79+
'max-height',
7880
'width',
81+
'min-width',
82+
'max-width',
7983
'margin',
84+
'margin-top',
85+
'margin-right',
86+
'margin-bottom',
87+
'margin-left',
8088
'padding',
89+
'padding-top',
90+
'padding-right',
91+
'padding-bottom',
92+
'padding-left',
8193
'top',
8294
'left',
8395
'right',
8496
'bottom',
8597
'vertical-align',
8698
'transform',
8799
'border',
100+
'border-top-width',
101+
'border-right-width',
102+
'border-bottom-width',
103+
'border-left-width',
88104
'color',
89105
'white-space',
90106
'text-align',

0 commit comments

Comments
 (0)