We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4df86 commit 00accb7Copy full SHA for 00accb7
1 file changed
Sources/MarkdownToAttributedString/MarkdownStyles.swift
@@ -109,6 +109,7 @@ public extension MarkdownStyles {
109
.foregroundColor: CocoaColor.lightGray
110
],
111
.heading: [
112
+ .font: CocoaFont.boldSystemFont(ofSize: 13),
113
.paragraphStyle: indentedPStyle
114
115
.unorderedList: [
0 commit comments