The Publish-MarkdownBloggerPost method has an option for -PreserveOriginal to ensure that the local image references are not replaced with their online equivalents during publishing.
To minimize the amount of user input needed from the user, the -PreserveOriginal switch, if not supplied by the user should default to a user preference set in the *-BloggerConfig methods. This pattern is repeated elsewhere in the code and have a similar implementation.
Of course, there should be unit tests to cover basic functional flows.
The
Publish-MarkdownBloggerPostmethod has an option for-PreserveOriginalto ensure that the local image references are not replaced with their online equivalents during publishing.To minimize the amount of user input needed from the user, the
-PreserveOriginalswitch, if not supplied by the user should default to a user preference set in the*-BloggerConfigmethods. This pattern is repeated elsewhere in the code and have a similar implementation.Of course, there should be unit tests to cover basic functional flows.