Skip to content

Commit b39340a

Browse files
committed
Use paragraph tags instead of centre
1 parent 318a23c commit b39340a

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
<center><h1>ViP IPykernel</h1></center>
1+
<p align="center">
2+
<h1>ViP IPykernel</h1>
3+
</p>
24

3-
<center>
5+
<p align="center">
46
<a href="https://www.repostatus.org/#active" target="_blank">
57
<img src="https://img.shields.io/badge/repo%20status-active-brightgreen?style=flat-square" alt="Lifecycle">
68
</a>
@@ -13,22 +15,21 @@
1315
<a href="https://pypi.org/project/vip-ipykernel" target="_blank">
1416
<img src="https://img.shields.io/pypi/v/vip-ipykernel?style=flat-square" alt="PyPI">
1517
</a>
16-
</center>
18+
</p>
1719

18-
<center>
20+
<p> </p>
21+
22+
<p align="center">
1923
<a href="https://github.com/RobertRosca/vip-ipykernel/actions?query=workflow%3ATests" target="_blank">
2024
<img src="https://img.shields.io/github/workflow/status/RobertRosca/vip-ipykernel/Tests/main?label=Tests&style=flat-square" alt="GitHub Workflow Status (main)">
2125
</a>
2226
<a href="https://codecov.io/gh/RobertRosca/vip-ipykernel" target="_blank">
2327
<img src="https://img.shields.io/codecov/c/github/RobertRosca/vip-ipykernel?style=flat-square" alt="Codecov">
2428
</a>
25-
</center>
26-
27-
<center><h1> </h1></center>
29+
</p>
2830

2931
Venv in Parent IPykernel - an IPython kernel for Jupyter that runs out the closest venv
3032

31-
3233
- [Overview](#overview)
3334
- [How it Works](#how-it-works)
3435
- [Caveats and Gotchas](#caveats-and-gotchas)

0 commit comments

Comments
 (0)