Skip to content

Commit 7be8670

Browse files
committed
Add more documentation
1 parent da3b39c commit 7be8670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Markdown/Walker/Walkers/MarkupFormatter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public struct MarkupFormatter: MarkupWalker {
266266
- thematicBreakCharacter: The character to use for thematic breaks.
267267
- thematicBreakLength: The length of printed thematic breaks.
268268
- emphasisMarker: The character to use for emphasis markers.
269-
- strongEmphasisMarker: The character to use for strong emphasis markers.
269+
- strongEmphasisMarker: The character to use for strong emphasis markers. If no value is provided, uses `emphasisMarker`.
270270
- condenseAutolinks: Print links whose link text and destination match as autolinks, e.g. `<https://swift.org>`.
271271
- preferredHeadingStyle: The preferred heading style.
272272
- lineLimit: The preferred maximum line length and method for splitting ``Text`` elements in an attempt to maintain that line length.

0 commit comments

Comments
 (0)