Skip to content

Commit 00accb7

Browse files
committed
Added bold font for heading default
1 parent ab4df86 commit 00accb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/MarkdownToAttributedString/MarkdownStyles.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public extension MarkdownStyles {
109109
.foregroundColor: CocoaColor.lightGray
110110
],
111111
.heading: [
112+
.font: CocoaFont.boldSystemFont(ofSize: 13),
112113
.paragraphStyle: indentedPStyle
113114
],
114115
.unorderedList: [

0 commit comments

Comments
 (0)