我需要在Java Webapp中使用Markdown吗?
作者:互联网
我正在考虑使用以下方式将Markdown添加到Java项目中:
>挂毯5
>春天
> Maven的
>(在其他技术中)
Q1.我可以在客户端使用什么JavaScript库?我正在考虑将Cletus的port of MarkDownSharp用于后端.
Q2.我应该遵循什么策略将JMD添加到我的项目中?我的代码已经是Maven项目了.如果JMD可用于Maven,我将仅对此创建依赖项,但事实并非如此.那么,我应该将其与我的代码库合并吗?
提前致谢.
解决方法:
What javascript library can I use for the client side? I’m thinking on using Cletus’ port of MarkDownSharp
ShowDown、WMD(仍未开源)和markItUp!似乎是最著名的选项,而后者可能是您所寻找的最接近的选项.
What strategy should I follow to add JMD to my code base (it is a Maven project already). If it were available for maven I would just create a dependency on that, but In this case, Should I merge it with my code base?
嗯…什么?我不确定我是否理解这个问题,但是我会尽力的.如果JMD在已知存储库中可用,则只需添加依赖项即可.如果不是,我将获取源代码并将其作为模块添加到我的代码库中(不是竞标交易,类少于10个)并不时同步它们.
相关问题
> Is there any good Markdown Javascript library or control?
> JavaScript libraries for Markdown, Textile and others; Anchor references
标签:markdown,maven-2,javascript,java 来源: https://codeday.me/bug/20191105/1998468.html