If a blog post contains content that has dashes (-), Get-BloggerPost fails when saving a blog post as Markdown.
The error that appears Failed to save post content: Couldn't update markdown file: Error parsing yaml front matter in .\Filename.md
Although the file is created, the frontmatter for the file does not get created.
If a blog post contains content that has dashes (
-),Get-BloggerPostfails when saving a blog post as Markdown.The error that appears
Failed to save post content: Couldn't update markdown file: Error parsing yaml front matter in .\Filename.mdAlthough the file is created, the frontmatter for the file does not get created.