Skip to content

Commit

Permalink
remove ParseMarkdown suggestion for piecewise parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth authored Jun 12, 2024
1 parent c118b65 commit 6672d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (t *RichText) ParseMarkdown(content string) {
// content to the widget, with the appropriate formatting.
// This API is intended for appending complete markdown documents or
// standalone fragments, and should not be used to parse a single
// markdown document piecewise. Use ParseMarkdown for this case.
// markdown document piecewise.
//
// Since: 2.5
func (t *RichText) AppendMarkdown(content string) {
Expand Down

0 comments on commit 6672d89

Please sign in to comment.