text

package
v0.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 19, 2021 License: MIT Imports: 3 Imported by: 1

Documentation

Index

Constants

View Source
const (
	MarkdownKey = "markdown"
	TruncateKey = "truncate"
)

Keys to be used in templates for the functions in this package.

Variables

This section is empty.

Functions

func Markdown

func Markdown(body string, help hctx.HelperContext) (template.HTML, error)

Markdown converts the string into HTML using GitHub flavored markdown.

func New

func New() hctx.Map

New returns a map of the helpers within this package.

func Truncate

func Truncate(s string, opts hctx.Map) string

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 `...`.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL