mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
fix newline issues in community roundup post description
This commit is contained in:
parent
3b6d74c683
commit
676744cb6f
@ -193,7 +193,7 @@ The collection is curated by our volunteer team & is independent of the number o
|
|||||||
print("No Code Collaboration posts found. Skipping")
|
print("No Code Collaboration posts found. Skipping")
|
||||||
|
|
||||||
if len(i_made_this_posts) > 0:
|
if len(i_made_this_posts) > 0:
|
||||||
text += "\n## I Made This\nFind more projects & builders on our [Showcase Sunday Megathreads](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Showcase%20Sunday%20%3Asnoo_hearteyes%3A%22)\n"
|
text += "\n## I Made This\n\nFind more projects & builders on our [Showcase Sunday Megathreads](https://www.reddit.com/r/developersIndia/?f=flair_name%3A%22Showcase%20Sunday%20%3Asnoo_hearteyes%3A%22)\n\n"
|
||||||
text += "|Top 20 projects built by community members|\n|--------|\n"
|
text += "|Top 20 projects built by community members|\n|--------|\n"
|
||||||
for post in i_made_this_posts:
|
for post in i_made_this_posts:
|
||||||
text += f"| [**{post.title.strip()}**]({post.url}) |\n"
|
text += f"| [**{post.title.strip()}**]({post.url}) |\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user