如何在IntelliJ中启用Markdown? [英] How to enable Markdown in IntelliJ?

查看:69
本文介绍了如何在IntelliJ中启用Markdown?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在IntelliJ 13.1.5中安装了IDEA-MARKDOWN并重新启动.我在类的javadocs中添加了一些markdown,但是当我按下类名CTRL-Q时我没有看到粗体标题,我只看到了以粗体显示的"H2标题":

I installed the IDEA-MARKDOWN in IntelliJ 13.1.5 and restarted. I Added some markdown to a class's javadocs, but I don't see a bold title when I press on the class name CTRL-Q, I only see the "H2 Title" in bold:

/**
 * ## H1 Title
 * <h2>H2 Title</h2>
 */
public class Test {

}

推荐答案

要正确呈现Markdown Javadoc注释,我认为您需要

To properly render Markdown Javadoc comments, I think you need the Pegdown Doclet for IDEA plugin.

这篇关于如何在IntelliJ中启用Markdown?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆