Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overly greedy Regex (madskristensen#113)
When trying to read base64 images from post content, extra content can be captured by the regex and replaced. This can result in content mysteriously going missing, or from errors in the `LoadXml` call if there is HTML content in the post that isn't valid XML (e.g. `’`)
- Loading branch information