We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba3100 commit f0cfeabCopy full SHA for f0cfeab
collection_prep/jinja_utils.py
@@ -61,7 +61,7 @@ def html_ify(j2_context, text):
61
text = to_text(text)
62
63
paragraphs = parse(text, get_context(j2_context))
64
- t = to_html_plain(paragraphs, par_start="", par_end="")
+ to_html_plain(paragraphs, par_start="", par_end="")
65
66
return text.strip()
67
@@ -78,7 +78,7 @@ def rst_ify(j2_context, text):
78
79
80
81
- t = to_rst_plain(paragraphs)
+ to_rst_plain(paragraphs)
82
83
return text
84
0 commit comments