Convert notebook to a standalone markdown

i have same need, and found by replacing
![png](output_3_0.png)
to
<img src=“data:image/png;base64,iVBO…”>

image is successfully embedded to markdown file

i will write a python script to do this replace.