import "github.com/gobuffalo/helpers/text"
markdown.go text.go truncate.go
const ( MarkdownKey = "markdown" TruncateKey = "truncate" )
Keys to be used in templates for the functions in this package.
Markdown converts the string into HTML using GitHub flavored markdown.
New returns a map of the helpers within this package.
Truncate will try to return a string that is no longer than `size`, which defaults to 50. If given a `trail` option the returned string will have that appended at the end, while still trying to make sure that the returned string is no longer than `size` characters long. However, if `trail` is longer than or equal to `size`, `trail` will be returned completely as is. Defaults to a `trail` of `...`.
Package text imports 3 packages (graph) and is imported by 1 packages. Updated 2019-12-19. Refresh now. Tools for package owners.