为什么html标签显示为文本?

时间:2016-01-28 11:30:53

标签: html python-2.7 tags markdown

我的代码看起来像这样

蟒:

render = web.template.render('templates/', base="layout")
.
.
.
fileout_text = codecs.open(filename_text, 'r', 'utf-8').read()
text = markdown.markdown(fileout_text)
return render.text_temple(text=text)

text_template.html:

$def with text
     < text>$text < /text>

现在$ text应该包含标记为markdown语法的html标签。 我的问题是,当网站显示时,标签保留为文本。 任何帮助,将不胜感激。我很抱歉我的拼写英语不是我的第一语言。

0 个答案:

没有答案