Basic list rendering.

This commit is contained in:
Sergio Martínez Portela 2021-10-03 17:53:22 +02:00
parent c5925afa28
commit 5878f158c3
2 changed files with 14 additions and 3 deletions

View file

@ -137,7 +137,8 @@ def render_code_block(element, acc):
def render_text(element, acc):
pass
for chunk in element.content.contents:
acc.append("<u>{}</u> ".format(chunk))
def render_tag(element, acc):