i have installed vscode with official microsoft python package , every thing is ok except images rendering in markdown
i tried the following codes for displaying images in markdown cell :
<img src="images/grad_summary.png" style="width:600px;height:300px;">
alt
![title](images/grad_summary.png)
but it is not working although it is working on jupyter notebook
P.S.
vscode version: 1.40.1
python version : 3.7
vscode python extension version : 2019.10.44104
os : windows 10
Any Help :)
seems they have fixed it
#%%[markdown]
# ![title](sample_image.png)