Basic list rendering.
This commit is contained in:
parent
c5925afa28
commit
5878f158c3
2 changed files with 14 additions and 3 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue