How can I read the readme.md file?

Hello:
     Does webstorm support md extension file reading? i.e. syntax highlight and so on. Or Does it provide the plugin for md files?
Best Regards.

0

Settings | Plugins -- there is one for Markdown files, just install it.

0
Avatar
Permanently deleted user

Thank you very much. I've installed the plugin and sytax highlights shows. But the code displays still usual, i.e.

```javascript
grunt.loadNpmTasks('grunt-concat');
```

can the signal ``` have effect?

0

I personally do not work with .md files and do not really use this plugin.

1) Please check "Settings | Markdown" -- possibly you need to enable some built-in extension

2) You can address your questions/suggestion to the plugin author:

0
Avatar
Permanently deleted user

Thank you, I would search and try it. Or summit the bug if needed.

Best Regards.

0
Avatar
Permanently deleted user

Hello everybody:

          I update my webstorm to 7.0 version, and find the markdown plugin not embedded into the new version. I reinstall it and find the highlight functionality has no effect. Isn't the plugin compatible to new version webstorm?

Best Regards.

ZhangHong-liang

0

Works OK for me -- tested in Virtual machine (VMware): Windows 7 x64 SP1; fresh WebStorm v7.0 (no previous install); new empty project; markdown plugin

Try uninstalling this plugin; restart IDE; install plugin again; restart IDE.

1
Avatar
Permanently deleted user

Hello:

     Ok, it works now. Perhaps I forgot restarting the IDE. Thank you very much.

Best Regards.
Zhang Hongliang

0
Avatar
Permanently deleted user

I'm using WebStorm 7.0.2 and I can neither browse the JetBrains repository to install the Markdown plugin, nor can I download and install it (Plugin Markdown is incompatible with current installation). Is this correct? WebStorm won't allow the Markdown plugin to be installed? If so, why?

0
Avatar
Permanently deleted user

My bad; figured it out. For future reference, click on "Browse repositories..." instead of "Install JetBrains plugin..." and search for "Markdow" from there.

0

请先登录再写评论。