MilanStaffehl / numdantic

Typing support for numpy arrays and numpy array validation with pydantic.
MIT License
1 stars 0 forks source link

Add empty line to GitHub-flavored admonitions #47

Closed MilanStaffehl closed 1 month ago

MilanStaffehl commented 1 month ago

These are not rendered as admonitions on PyPI and without the free line, they render in unsightly ways:

> [!NOTE]
> Some text here.

renders as

| [!NOTE]Some text here

whereas

> [!NOTE]
>
> Some text here

renders like this:

| [!NOTE]
| Some text here