Render tokens of item-list tags.
This commit is contained in:
parent
08a4dc295e
commit
74493fa79d
@ -278,7 +278,7 @@ def render_list_item(element, acc):
|
||||
acc.append("<li>")
|
||||
if element.tag is not None:
|
||||
acc.append("<span class='tag'>")
|
||||
acc.append(html.escape(element.tag))
|
||||
render_text_tokens(element.tag, acc)
|
||||
acc.append("</span>")
|
||||
|
||||
acc.append("<span class='item'>")
|
||||
|
Loading…
Reference in New Issue
Block a user