Markup plugin does not show images

已回答

Hi,

 

I have download the Pycharm community addition and the Markdown plugin preview does not show images using the <img> html tag. This is true for both local and remote images.

The preview of the same markdown file worked with the licensed pycharm version.

Please let me know if you need some more details.

Best,

Roei

0
Avatar
Permanently deleted user

Ok, I have installed this markdown plugin by Vladimir Schneider and it solved the issue, images are showing as expected. 

I am not quite sure, but maybe, this was the plugin I had in my licensed pycharm installation. 

0

Hi,

The issue should be fixed in 2019.2 https://youtrack.jetbrains.com/issue/IDEA-168607

Please update to the latest version and feel free to create a new ticket in our tracker if the issue remains.

0
Avatar
Permanently deleted user

Hi Sergey,

Thanks for your reply.

I am using the 2019.2 version which I installed yesterday. Also, when checking for updates I see that I am running the latest version for Pycharm and its plugins.

0

Please report it to https://youtrack.jetbrains.com/issues/IDEA and attach idea.log from Help | Show Log in...

0
Avatar
Permanently deleted user

Hi Sergey,

I am getting a 404 for this url, I have opened this issue: https://youtrack.jetbrains.com/issue/PY-37330 under the Pycharm project and uploaded the log file. I wasn't sure if it should be under Pycharm or Idea project, please move it if necessary. 

0

In IntelliJ 2020.3, for this markdown:


<img src="uml/Application.png" width="400" height="400"/>

![](uml/Application.png)

I see the following (the image is 2625 × 1327 which is why I'm trying to scale it) where the img tag isn't working but the markdown tag is. Is this still an issue? Thanks! -- Jon

 

 

 

0

Yes, Serge. You are correct. Thanks.

0

请先登录再写评论。