Separate words on different line chunks.
This commit is contained in:
parent
058f0caf73
commit
fe052d3468
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ def render_text_tokens(tokens, acc, headline, graph):
|
|||
description=html.escape(word)))
|
||||
else:
|
||||
line_chunks.append(html.escape(word))
|
||||
contents.append(''.join(line_chunks))
|
||||
contents.append(' '.join(line_chunks))
|
||||
|
||||
acc.append('<span class="line">{}</span>'.format('</p><p>'.join(contents)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue