Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Include ¶
type Include struct {
}
func (*Include) Process ¶
func (i *Include) Process(ctx *preprocessors.ProcessContext, in []byte) ([]byte, error)
Process processes the input and returns the result as bytes When used standalone (outside code fence), returns full HTML
func (*Include) ProcessInclude ¶
func (i *Include) ProcessInclude(ctx *preprocessors.ProcessContext, in []byte) (*preprocessors.IncludeResult, error)
ProcessInclude processes an include directive and returns structured result
Click to show internal directories.
Click to hide internal directories.