你确认删除该任务么?此任务一旦删除不可恢复。
|
|
6 年前 | |
|---|---|---|
| .. | ||
| .travis.yml | 6 年前 | |
| LICENSE | 6 年前 | |
| README.md | 6 年前 | |
| go.mod | 6 年前 | |
| main.go | 6 年前 | |
Package sanitized_anchor_name provides a func to create sanitized anchor names.
Its logic can be reused by multiple packages to create interoperable anchor names
and links to those anchors.
At this time, it does not try to ensure that generated anchor names
are unique, that responsibility falls on the caller.
go get -u github.com/shurcooL/sanitized_anchor_name
anchorName := sanitized_anchor_name.Create("This is a header")
fmt.Println(anchorName)
// Output:
// this-is-a-header
暂无描述
Go SVG JavaScript Vue Roff other