We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2d5e6 commit 53960a0Copy full SHA for 53960a0
docs/jsonid/helpers.html
@@ -151,6 +151,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
151
markers=marker_snippet.strip().format(marker_text=marker_text),
152
)
153
list_item = list_snippet.strip().format(id=id_, name=name)
154
+ list_item = list_item + "\n"
155
content_arr.append(row)
156
list_arr.append(list_item)
157
table = """
src/jsonid/helpers.py
@@ -126,6 +126,7 @@ def html():
126
127
128
129
+ list_item = list_item + "\n"
130
131
132
table = """
0 commit comments