editor

package
v1.7.6 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2024 License: MulanPSL-2.0 Imports: 0 Imported by: 11

Documentation

Index

Constants

View Source
const (
	// Zwsp 零宽空格。
	Zwsp = "\u200b"

	// Zwj 零宽连字。
	Zwj = "\u200d"
)
View Source
const Caret = "‸"

Caret 插入符 \u2038。

View Source
const CaretNewline = Caret + "\n"

CaretNewline 插入符加换行。

View Source
const CaretReplacement = "caretreplacement"

CaretReplacement 用于解析过程中临时替换。

View Source
const FrontEndCaret = "<wbr>"

FrontEndCaret 前端插入符。

View Source
const FrontEndCaretSelfClose = "<wbr/>"

FrontEndCaretSelfClose 前端自动闭合插入符。

View Source
const IALValEscNewLine = "_esc_newline_"

IALValEscNewLine 属性值换行转义。

Variables

View Source
var CaretNewlineTokens = []byte(CaretNewline)

CaretNewlineTokens 插入符加换行字节数组。

View Source
var CaretRune = []rune(Caret)[0]

CaretRune 是插入符的 Rune。

View Source
var CaretTokens = []byte(Caret)

CaretTokens 是插入符的字节数组。

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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