mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Include '..' lines in changelogs
Not all lines starting with '..' are comments, and even if they are comments, they might as well go into the generated spec ReST.
This commit is contained in:
parent
86a81b0450
commit
8f4d7c95df
|
|
@ -710,8 +710,6 @@ class MatrixUnits(Units):
|
|||
lines = f.readlines()
|
||||
prev_line = None
|
||||
for line in lines:
|
||||
if line.strip().startswith(".. "):
|
||||
continue # comment
|
||||
if prev_line is None:
|
||||
prev_line = line
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in a new issue