Skip to content

Commit

Permalink
Add more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Oct 10, 2024
1 parent da3b39c commit 7be8670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Markdown/Walker/Walkers/MarkupFormatter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public struct MarkupFormatter: MarkupWalker {
- thematicBreakCharacter: The character to use for thematic breaks.
- thematicBreakLength: The length of printed thematic breaks.
- emphasisMarker: The character to use for emphasis markers.
- strongEmphasisMarker: The character to use for strong emphasis markers.
- strongEmphasisMarker: The character to use for strong emphasis markers. If no value is provided, uses `emphasisMarker`.
- condenseAutolinks: Print links whose link text and destination match as autolinks, e.g. `<https://swift.org>`.
- preferredHeadingStyle: The preferred heading style.
- lineLimit: The preferred maximum line length and method for splitting ``Text`` elements in an attempt to maintain that line length.
Expand Down

0 comments on commit 7be8670

Please sign in to comment.