Django:如何最好地实现 Markdown 的单位转换?
目前正在建设一个有关能源效率的网站。我有一个科学家团队正在为我们的自定义 Django CMS 准备文章,其中有大量数字和附加单元位于他们的贡献中。我想为访问者提供一种在公制或英制单位之间切换的方法。
发现了 django.contrib.gis.measure 模块和 Python Markdown 模块。您认为实现单位切换的最佳方法是什么?开发一个 Markdown 模块,提供标记数字及其旁边的单位的语法?
我在 Stackoverflow 上找到了这个链接,它指出了如何转换。问题是如何获取单位然后调用转换?
感谢您的意见!
Currently building a site on energy efficiency. I have a team of scientists readying articles for our custom Django CMS with lots of numbers and attached units located in their contributions. I would like to offer visitors a way to switch between metric or imperial units.
Discovered the django.contrib.gis.measure module and the Python Markdown module. What do you reckon is the best way to implement unit switching? Develop a Markdown module that provides syntax for marking numbers and the units next to them?
I found this link on Stackoverflow which points out how to convert. The question is how to pick up on the units and then call the conversion?
Thanks for your input!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论