Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghaisheng committed Jul 27, 2024
1 parent 4e99149 commit bddc2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def to_markdown(self, context: dict) -> dict:
t=self._generate_markdown_table_content(
paper,tags=[_topic,_subtopic])
tt.append(t)
table_lines = "".join([tt])
table_lines = "".join(tt)

_content_md = _subtopic_md + _fields_md + _style_md + table_lines

Expand Down

0 comments on commit bddc2bd

Please sign in to comment.