`markdown.extensions.def_list`不能正确呈现
问题描述:
我试着在我的contents.lr文件中插入一个定义列表。`markdown.extensions.def_list`不能正确呈现
表格工作正常,但定义列表处理不正确。
例从https://pythonhosted.org/Markdown/extensions/index.html
Apple
: Pomaceous fruit of plants of the genus Malus in
the family Rosaceae.
Orange
: The fruit of an evergreen tree of the genus Citrus.
渲染串采取直接与markdown
作品:
markdown.markdown(s, extensions=['markdown.extensions.def_list'])