|
44 | 44 | <Setter Property="CodeBackground" Value="{ThemeResource MarkdownBackgroundBrush}" />
|
45 | 45 | <Setter Property="CodeBorderBrush" Value="{ThemeResource MarkdownBorderBrush}" />
|
46 | 46 | <Setter Property="CodeBorderThickness" Value="0" />
|
| 47 | + <Setter Property="CodeFontFamily" Value="Consolas" /> |
| 48 | + <Setter Property="CodeMargin" Value="0, 7, 0, 7" /> |
| 49 | + <Setter Property="CodePadding" Value="10, 6, 10, 6" /> |
47 | 50 | <Setter Property="InlineCodeBorderThickness" Value="0" />
|
48 | 51 | <Setter Property="InlineCodePadding" Value="4, 2, 4, 2" />
|
49 | 52 | <Setter Property="InlineCodeMargin" Value="2,0,2,-4"/>
|
50 | 53 | <Setter Property="InlineCodeBackground" Value="{ThemeResource MarkdownInlineCodeBackgroundBrush}" />
|
51 | 54 | <Setter Property="InlineCodeBorderBrush" Value="{ThemeResource MarkdownBorderBrush}" />
|
52 | 55 | <Setter Property="InlineCodeForeground" Value="{ThemeResource MarkdownInlineCodeForegroundBrush}" />
|
53 |
| - <Setter Property="CodeFontFamily" Value="Consolas" /> |
54 |
| - <Setter Property="CodeMargin" Value="0, 7, 0, 7" /> |
55 |
| - <Setter Property="CodePadding" Value="10, 6, 10, 6" /> |
| 56 | + <Setter Property="InlineCodeFontFamily" Value="Consolas" /> |
56 | 57 | <Setter Property="EmojiFontFamily" Value="Segoe UI Emoji" />
|
57 | 58 | <Setter Property="Header1FontWeight" Value="Bold" />
|
58 | 59 | <Setter Property="Header1FontSize" Value="20" />
|
|
0 commit comments