Reputation: 4564
I have installed the python plugin and it is not rendering the markdown in a jupyter notebook.
Same holds for pycharm.
I have also installed the additional markdown plugin.
Upvotes: 16
Views: 1704
Reputation: 1346
Looks like this issue is fixed on more recent versions (>=2019) of Intellij, even though it had a bug with JDK 11, which would not show the markdown options.
To add the markup (according to this Jetbrain's source) one can use the option show on this image:
Upvotes: 1
Reputation: 10606
Maybe try downloading anaconda (scientific 'all inclusive' python package). https://www.continuum.io/downloads
I use jupyter notebooks in there and markdown works.
Upvotes: 0