Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TokenType ¶
type TokenType = string
const ( Underline TokenType = "_" Star TokenType = "*" Hash TokenType = "#" Backtick TokenType = "`" LeftSquareBracket TokenType = "[" RightSquareBracket TokenType = "]" LeftParenthesis TokenType = "(" RightParenthesis TokenType = ")" ExclamationMark TokenType = "!" Newline TokenType = "\n" Space TokenType = " " )
const (
Text TokenType = ""
)
Click to show internal directories.
Click to hide internal directories.