sanitized_anchor_name

package
v0.0.0-...-8d38f2a Latest Latest
Warning

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

Go to latest
Published: May 1, 2015 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package sanitized_anchor_name provides a func to create sanitized anchor names.

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(text string) string

Create returns a sanitized anchor name for the given text.

Example
package main

import (
	"fmt"

	"github.com/shurcooL/go/github_flavored_markdown/sanitized_anchor_name"
)

func main() {
	anchorName := sanitized_anchor_name.Create("This is a header")

	fmt.Println(anchorName)

}
Output:

this-is-a-header

Types

This section is empty.

Jump to

Keyboard shortcuts

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