纺织品出现透痕如何处理

发布于 2024-12-14 13:18:30 字数 215 浏览 6 评论 0原文

south-west to north-east

将使用 Textile 渲染:“南西到东北东”。

我期望得到:“西南到东北”

有没有办法处理这种情况?这是预期的行为吗? (如果是这样,那真的很糟糕......)

有关信息,我正在使用 Zend Frameworks Textile 解析器类。

south-west to north-east

Will render: "southwest to northeast" using Textile.

I'm expecting to get: "south-west to north-east"

Isn't there a way to handle these kind of situations? Is that the intended behavior? (if so, that's really bad...)

For information, I'm using Zend Frameworks Textile parser class.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我还不会笑 2024-12-21 13:18:31

看起来您偶然发现了一个已知的错误。

south-west to north-east

应该按照您的预期进行渲染。 - 之前有一个空格,是 标签的 Textile 标记。

south -west to north- east

应该给出你得到的结果。

您可以在此处查看标记应生成的内容 http://textile.thresholdstate.com/

看来这个类根据此问题,目前无法使用 http://framework.zend.com/issues/browse/ZF-9797

我从来没有使用过它,但我建议你尝试一下这个类http://textile.thresholdstate.com/file_download/1/textile-2.0.0.zip

It looks like you have stumbled upon a known bug.

south-west to north-east

Should render as you expect it to. With a space before it - is Textile markup for <del></del> tags.

south -west to north- east

Should give the result you are getting.

You can see what your markup should produce here http://textile.thresholdstate.com/

It seems that this class is not useable at the moment according to this issue http://framework.zend.com/issues/browse/ZF-9797

I've never used it, but I would suggest you try this class http://textile.thresholdstate.com/file_download/1/textile-2.0.0.zip

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文