问题描述
我看到许多不同的用例,我可以使用Markdown在我写的应用程序,无论是个人和专业。但是从我的研究到目前为止,我还没有找到很多选项在ColdFusion中使用它。如果别人已经有一个我可以使用和贡献的项目,这是因为时间和不重复的努力,我肯定希望避免重新发明轮子。
I am seeing many many different use cases where I could use Markdown in apps that I write, both personal and professional. But from my research so far, I haven't been able to find many options for working with it in ColdFusion. I would certainly like to keep from reinventing the wheel by trying to implement it myself if someone else already has a project that I can use and contribute to, both because of time and not to duplicate efforts.
我的偏好是使用一个实现在本地coldfusion,因为这将是最简单的调整,如果有必要,但我可以选择其他语言,只要它容易实施和维护。我查看了编辑器,但它看起来不像是整个解决方案。它将工作输出的标记,但我想存储,然后将其转换为html根据需要显示。
My preference would be to use an implementation in native coldfusion because that would be the easiest to tweak if it was necessary, but I am open to alternatives in other languages, as long as it is easy enough to implement and maintain. I have looked at the WMD editor, but it doesn't look like it is the whole solution. It would work for outputing the markup, but I would want to store that and then convert it to html as necessary for display.
有人知道任何其他选项吗?
Does anyone know of any other options?
更新:我知道但我不确定它是否足够成熟。如果有任何人有它的经验,我很想听到它。
Update: I do know of the CFX_markdown but I am not sure it is mature enough. If anyone out there has experience with it I would love to hear about it.
更新2:我已经添加了一个赏金这个问题。不是说,迄今为止给出的答案不是一个好的或不是最好的,但我想看看,如果任何人有任何其他信息关于markdown的CF,所以我们知道所有的选项。
Update 2: I have added a bounty to this question. Not to say that the answer that has been given so far isn't a good one or isn't the best one, but I am wanting to see if anyone else has any other information about markdown with CF so we know all of the options.
更新3:所以提供赏金没有真正的工作。我会继续,让它自动接受唯一的答案,以防万一我们有任何晚到的答案。感谢所有有贡献的人。
Update 3: So offering the bounty didn't really work. I will go ahead and let it auto accept the only answer just in case we have any late answers. Thanks to everyone who has contributed.
推荐答案
是指名为的Java实现。我不知道它是多么成熟,我知道你更喜欢一个原生ColdFusion实现,但如果你正在运行ColdfusionMX,那么一个Java模块可能是一个很好的妥协。
The Markdown Wiki refers to a Java implementation called MarkdownJ. I've no idea how mature it is, and I know you'd prefer a native ColdFusion implementation, but if you're running ColdfusionMX then a Java module might be a good compromise.
这篇关于我在ColdFusion中使用markdown的选项是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!