class MarkdownDoc

Defined in:

fred/markdown_doc.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(infile : String, only_output_when_changed : Bool) #

[View source]

Instance Method Detail

def changed : Bool #

[View source]
def dump_front_matter #

[View source]
def dump_markdown #

[View source]
def front_matter_as_yaml : YAML::Any #

[View source]
def front_matter_string #

[View source]
def markdown_string #

[View source]
def rename_front_matter_key(front_matter_key_old, front_matter_key_new) #

[View source]
def rename_front_matter_val(front_matter_key, front_matter_val_old, front_matter_val_new) #

[View source]
def replace_1st_level_frontmatter_variables #

[View source]
def replace_includes_in_frontmatter #

[View source]
def report_doc_stats #

[View source]
def set_key_val_to_frontmatter(front_matter_key, front_matter_val) #

[View source]
def toggle_bool_val_to_frontmatter(front_matter_key) #

[View source]
def unset_front_matter_key(front_matter_key) #

[View source]