Skip to content

Commit a48eccc

Browse files
committed
Restore awkward whitespace handling
1 parent 33a2d28 commit a48eccc

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

template/README.md.jinja

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
This is where you should write a short paragraph that describes what your module does,
1111
how it does it, and why people should use it.
1212

13-
What | Where
14-
:---: | :---:
15-
Source | <{{repo_url}}>
16-
{% if pypi %}PyPI | `pip install {{distribution_name}}`{% endif %}
17-
{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`{% endif %}
18-
{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
19-
Releases | <{{repo_url}}/releases>
13+
{# #}What | Where
14+
{# #}:---: | :---:
15+
{# #}Source | <{{repo_url}}>
16+
{% if pypi %}PyPI | `pip install {{distribution_name}}`
17+
{% endif %}{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
18+
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>
19+
{% endif %}Releases | <{{repo_url}}/releases>
2020

2121
This is where you should put some images or code snippets that illustrate
2222
some relevant examples. If it is a library then you might put some

0 commit comments

Comments
 (0)