README: Fix Markdown in "Notes about python releases"

HTML and Markdown need to be separated by an empty line to co-exist, otherwise the Markdown isn't parsed correctly.
This commit is contained in:
Noelle Leigh 2024-11-23 08:30:28 -05:00 committed by GitHub
parent 1e8e96b8a2
commit 33765abef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,6 +310,7 @@ Running `pyenv install -l` gives the list of all available versions.
---- ----
<details> <summary> Notes about python releases </summary> <details> <summary> Notes about python releases </summary>
**NOTE:** Most Pyenv-provided Python releases are source releases and are built **NOTE:** Most Pyenv-provided Python releases are source releases and are built
from source as part of installation (that's why you need Python build dependencies preinstalled). from source as part of installation (that's why you need Python build dependencies preinstalled).
You can pass options to Python's `configure` and compiler flags to customize the build, You can pass options to Python's `configure` and compiler flags to customize the build,