class MarkdownDoc
- MarkdownDoc
- Reference
- Object
Defined in:
fred/markdown_doc.crConstructors
Instance Method Summary
- #changed : Bool
- #dump_front_matter
- #dump_markdown
- #front_matter_as_yaml : YAML::Any
- #front_matter_string
- #markdown_string
- #rename_front_matter_key(front_matter_key_old, front_matter_key_new)
- #rename_front_matter_val(front_matter_key, front_matter_val_old, front_matter_val_new)
- #replace_1st_level_frontmatter_variables
- #replace_includes_in_frontmatter
- #report_doc_stats
- #set_key_val_to_frontmatter(front_matter_key, front_matter_val)
- #toggle_bool_val_to_frontmatter(front_matter_key)
- #unset_front_matter_key(front_matter_key)
Constructor Detail
Instance Method Detail
def rename_front_matter_val(front_matter_key, front_matter_val_old, front_matter_val_new)
#