mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Add spaces in markdown columns formatting to make it easier to edit
This commit is contained in:
parent
4d4c5f7bea
commit
f8897bfdff
|
@ -249,8 +249,11 @@ class GitHubManager:
|
|||
package_name, info, needed_dj_version
|
||||
)
|
||||
requirements += (
|
||||
f"|{self._get_md_home_page_url(info).format(package_name)}"
|
||||
f"|{version}|{compat_version}|{icon}|\n"
|
||||
f"| {self._get_md_home_page_url(info).format(package_name)} "
|
||||
f"| {version} "
|
||||
f"| {compat_version} "
|
||||
f"| {icon} "
|
||||
f"|\n"
|
||||
)
|
||||
return requirements
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user