Update scrape.py to enhance articles directory section formatting
This commit is contained in:
@ -297,5 +297,6 @@
|
||||
- [Developer's Notes - Resonators of First Encounter](https://wutheringwaves.kurogames.com/en/main/news/detail/162) [[json]](articles/162.json)
|
||||
|
||||
## Articles Directory
|
||||
|
||||
The articles are saved in the `articles` directory.
|
||||
You can view them [here](articles).
|
||||
|
@ -223,7 +223,7 @@ def add_articles_to_readme(articles: dict[Any, Any] | None = None) -> None:
|
||||
)
|
||||
|
||||
# Add articles directory section
|
||||
new_lines.append("\n## Articles Directory\n")
|
||||
new_lines.append("\n## Articles Directory\n\n")
|
||||
new_lines.append("The articles are saved in the `articles` directory.\n")
|
||||
new_lines.append("You can view them [here](articles).\n")
|
||||
|
||||
|
Reference in New Issue
Block a user