Expand description
JFM document format: YAML frontmatter + markdown body.
Parses and renders documents in the format:
---
type: jira
key: PROJ-123
summary: Issue title
---
Markdown body content here.Structs§
- Confluence
Frontmatter - Confluence-specific frontmatter fields.
- JfmDocument
- A JFM document consisting of YAML frontmatter and a markdown body.
- Jira
Frontmatter - JIRA-specific frontmatter fields.
Enums§
- JfmFrontmatter
- YAML frontmatter for a JFM document.
Functions§
- content_
item_ to_ document - Converts a
ContentIteminto aJfmDocumentwith YAML frontmatter. - issue_
to_ jfm_ document - Converts a
JiraIssueinto aJfmDocumentwith YAML frontmatter. - validate_
issue_ key - Validates that a string looks like a JIRA issue key (e.g., “PROJ-123”).