Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnlighterJS ¶
Types ¶
type Options ¶
type Options struct { Indent int64 `json:"indent,omitempty"` AmpersandCleanup bool `json:"ampersandCleanup,omitempty"` Linehover bool `json:"linehover,omitempty"` RawcodeDbclick bool `json:"rawcodeDbclick,omitempty"` TextOverflow string `json:"textOverflow,omitempty"` Linenumbers bool `json:"linenumbers,omitempty"` Theme string `json:"theme,omitempty"` Language string `json:"language,omitempty"` RetainCssClasses bool `json:"retainCssClasses,omitempty"` Collapse bool `json:"collapse,omitempty"` ToolbarOuter string `json:"toolbarOuter,omitempty"` ToolbarTop string `json:"toolbarTop,omitempty"` ToolbarBottom string `json:"toolbarBottom,omitempty"` }
Click to show internal directories.
Click to hide internal directories.