Skip to content

Commit

Permalink
More precise documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Fontaine committed Aug 31, 2022
1 parent 1370fe1 commit e939e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftyMarkdown/SwiftyMarkdown.swift
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ If that is not set, then the system default will be used.

public var underlineLinks : Bool = false

/// **iOS only** : Setting this boolean to true will force using the exact size set for each style.
/// **iOS only** : Setting this boolean to true will force using the exact size set for each style if available.
public var ignoreDynamicFontSize : Bool = false

public var frontMatterAttributes : [String : String] {
Expand Down

0 comments on commit e939e9c

Please sign in to comment.