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 26, 2023
1 parent be24185 commit e598367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@ def _generate_markdown_table_content(self, paper: dict):
f"tags: ['brand','brand monitor'] \r" \
f"theme: 'light'\r" \
f"featured: true" \
f"\r" \
f"\n\r" \
f"meta:\r" \
f" - name: author\r" \
f" content: 作者是我\r" \
f" - name: keywords\r" \
f" content: key3, key4" \
f"\r" \
f"\n\r" \
f"keywords: key1, key2, key3\r" \
f"---" \
f"\r" \
Expand Down

0 comments on commit e598367

Please sign in to comment.