FlowDocuments, Images, and Text Wrapping

While working on a project, I had a requirement to display an image accompanied by text that wrapped around said image.  I knew right away that TextBlocks were not going to help me there.  I quickly set out to find something capable of flowing text; enter the FlowDocument.  Most of the samples I found discussed [...]