marker

package
v2.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// For simplicity we are using a rune that is one byte wide. A character
	// that is not used widely (apart from cli's) is the bell character (7).
	MarkerEscaping rune = '\a'

	// Marker0                rune = '\uF000' // 61440
	// Marker1                rune = '\uF001' // 61441
	MarkerCodeBlockNewline rune = '\uF002' // 61442
)

Variables

View Source
var (
	BytesMarkerEscaping = []byte{7}

	BytesMarkerCodeBlockNewline = []byte{239, 128, 130}
)

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