Documentation ¶ Index ¶ func Strip(content string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Strip ¶ func Strip(content string) string Strip removes YAML frontmatter from markdown content. Frontmatter must start at byte 0 (after optional UTF-8 BOM) with "---\n" or "---\r\n". If no valid closing delimiter is found, content is returned unchanged. Types ¶ This section is empty. Source Files ¶ View all Source files frontmatter.go Click to show internal directories. Click to hide internal directories.