Skip to content

Commit

Permalink
Add comment about hyperlink params
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Jun 4, 2024
1 parent 42c1a8d commit d5aae08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ type Style struct {

transform func(string) string

hyperlinkURL string
hyperlinkURL string

// Hyperlink parameters are serialized into a string to ensure they copy.
hyperlinkParams string
}

Expand Down

0 comments on commit d5aae08

Please sign in to comment.