From 4040e872a63b10940f351bf97076c66074e54686 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 12 Oct 2023 17:03:35 -0400 Subject: Terminate 000-index.txt correctly. --- proposals/000-index.txt | 1 + proposals/reindex.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 8cb962f..d81a0e2 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -534,3 +534,4 @@ Proposals by status: INFORMATIONAL: 159 Exit Scanning 300 Walking Onions: Scaling and Saving Bandwidth +``` diff --git a/proposals/reindex.py b/proposals/reindex.py index feea30c..476ed19 100755 --- a/proposals/reindex.py +++ b/proposals/reindex.py @@ -144,6 +144,8 @@ def writeTextIndexFile(proposals): if "Implemented-In" in prop: out.write(" [in %(Implemented-In)s]"%prop) out.write("\n") + + out.write("```\n") out.close() os.rename(TMPFILE_TXT, OUTFILE_TXT) -- cgit v1.2.3-54-g00ecf