How can I adjust Markdown formatting when importing into Notion?

Notion import causes image loss and code formatting issues from my markdown editor. For instance:

![snapshot](sample-image.png)
func configure(c *Config) {}

Any suggestions?

hey, i faced similar issues. ended up converting md to html before importing and using absoulte image paths for my snapshots. might help if u give it a try!

I found that minor formatting adjustments before importing your markdown file into Notion can greatly improve the outcome. In one of my projects, I experienced similar challenges with image paths and code block formatting. I resolved these issues by standardizing the markdown syntax used throughout the file. For code blocks, ensuring that the language identifiers were correct seemed to help Notion recognize and format them better. I also experimented with pre-processing the markdown to clean up potential inconsistencies. Testing with a sample file before a full import is quite beneficial.