Documentation ¶ Index ¶ func NewPlugin(section *booklit.Section) booklit.Plugin type MyStruct type Plugin func (plugin Plugin) BlockStyle(title, content booklit.Content) booklit.Content func (plugin Plugin) InlineStyle(title, content booklit.Content) booklit.Content Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewPlugin ¶ func NewPlugin(section *booklit.Section) booklit.Plugin Types ¶ type MyStruct ¶ type MyStruct struct { MyField booklit.Content } type Plugin ¶ type Plugin struct { // contains filtered or unexported fields } func (Plugin) BlockStyle ¶ func (plugin Plugin) BlockStyle(title, content booklit.Content) booklit.Content func (Plugin) InlineStyle ¶ func (plugin Plugin) InlineStyle(title, content booklit.Content) booklit.Content Source Files ¶ View all Source files plugin.go Click to show internal directories. Click to hide internal directories.