Skip to content

Commit

Permalink
try removing doclist.insert
Browse files Browse the repository at this point in the history
  • Loading branch information
ZedThree committed Aug 9, 2023
1 parent 67ff507 commit a365984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ford/sourceform.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def markdown(self, md: MetaMarkdown, project: Project):
doc.insert(0, "")
doc.append("")
self.meta, doclist = ford.utils.meta_preprocessor(doc)
doclist.insert(0, "")
self.doc = md.reset().convert("\n".join(doclist))
else:
if (
Expand Down

0 comments on commit a365984

Please sign in to comment.