htmlx

package
v0.0.0-...-02246d9 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clean

func Clean(html string, cleanMode CleanMode) string

func Spaceless

func Spaceless(html string) string

Spaceless 移除多余的空格

func Tag

func Tag(tag, content string, attributes, styles map[string]string) string

Types

type CleanMode

type CleanMode uint32
const (
	CleanModeCSS CleanMode = 1 << (10 - iota) // 包括元素内嵌样式
	CleanModeJavascript
	CleanModeComment
	CleanModeMeta
	CleanModeSpace
	CleanModeAll = CleanModeCSS | CleanModeJavascript | CleanModeComment | CleanModeMeta | CleanModeSpace
)

Jump to

Keyboard shortcuts

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