Documentation
¶
Index ¶
- func Parse(md io.ReadCloser, opts *ParseOptions) (*jekyll.FrontMatter, *markdown.Body, error)
- func ParseFile(ctx context.Context, opts *ParseOptions, path string) (*jekyll.FrontMatter, *markdown.Body, error)
- func ParseReaderWithURI(ctx context.Context, opts *ParseOptions, r io.ReadCloser, uri string) (*jekyll.FrontMatter, *markdown.Body, error)
- type ParseOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
func Parse(md io.ReadCloser, opts *ParseOptions) (*jekyll.FrontMatter, *markdown.Body, error)
func ParseFile ¶
func ParseFile(ctx context.Context, opts *ParseOptions, path string) (*jekyll.FrontMatter, *markdown.Body, error)
func ParseReaderWithURI ¶
func ParseReaderWithURI(ctx context.Context, opts *ParseOptions, r io.ReadCloser, uri string) (*jekyll.FrontMatter, *markdown.Body, error)
Types ¶
type ParseOptions ¶
func DefaultParseOptions ¶
func DefaultParseOptions() *ParseOptions
Click to show internal directories.
Click to hide internal directories.