Skip to contents

Inverse of memo_to_markdown. Handles the YAML frontmatter via yaml::yaml.load and treats everything after the closing --- as the memo body. Returns the Memo with its S3 class restored.

Usage

markdown_to_memo(md_text)

Arguments

md_text

Character: full Markdown content.

Value

A Memo object.