So I previously wrote about [this](obsidian://open?vault=backpackkevin.com&file=Ghost%20Json%20to%20Obsidian%20Port) and I wanted to talk about this weird thing I found while going back through my files. I had a hard time get the images to come up and I found the formatting weird on most post. I'll talk about each individually so you can decide what's important.
## Images
I can't local images to show. In obsidian everything looks fine, but once I publish and look online I'm not seeing anything. I tried unpublishing everything, publishing my images first, and then publishing post. I've tried a new browser window. I don't know what is going on. Would be nice if things worked the way they were supposed to, but technology is a gamble. lol
## Formatting
I'll start off by saying I used `pypandoc.convert_text` to convert the html text to md. At the time it seemed smart and probably still is. The real annoyance for me is realizing some lingering html. slashes before quotes or apostrophes, random new lines mid sentence, and some weird subheading issues.
As of writing I'm trying to fix the random new lines and maybe lingering slashes. I'm not sure if the best way would be to pull some different format to convert or what. You really only get 3 formats to choose from: html, mobiledoc, and plaintext. I thought html would be the easiest to convert and maybe I was wrong. It is also possible that behind the scenes with pypandoc it's doing some weird conversion/