Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultHTMLConfig = HTMLConfig{ String: "str", Keyword: "kwd", Comment: "com", Type: "typ", Literal: "lit", Punctuation: "pun", Plaintext: "pln", Tag: "tag", HTMLTag: "htm", HTMLAttrName: "atn", HTMLAttrValue: "atv", Decimal: "dec", Whitespace: "", }
DefaultHTMLConfig ...
Functions ¶
Types ¶
type HTMLConfig ¶
type HTMLConfig struct { String string Keyword string Comment string Type string Literal string Punctuation string Plaintext string Tag string HTMLTag string HTMLAttrName string HTMLAttrValue string Decimal string Whitespace string AsOrderedList bool }
HTMLConfig ...
Click to show internal directories.
Click to hide internal directories.