Markdown is a markup language that can be written using a normal text editor, and it can make plain text content in a certain format with simple markup syntax.
Code downloaded from GitHub typically comes with a readme.md file, which is a markdown-formatted file. Pycharm is not installed by default Markdown plug-in, so you cannot display text in markdown format, showing the original text. The following code for GitHub library Pywatchlog is an example of two ways to install markdown.
method One:
After opening the Pywatchlog project in Pycharm, open the Readme.md file, there will be a hint to install the markdown plugin above the file.
Installation step: Open. md FILE-"Click Install plugins-" SELECT Plugin-"Click ok-" after installation and restart Pycharm.
method Two: installation step: file-"settings-" plugins-"Install jetbrains plugins-" Input markdown-"select Plug-in-" install-"after installation restart Pycharm."
after installation: markdown After the installation of the following effect, left edit, the right real-time display effect.