Markdown¶
This is a Python implementation of John Gruber's Markdown. It is almost completely compliant with the reference implementation, though there are a few known issues. Additional features are supported by the Available Extensions.
homepage: https://python-markdown.github.io/
Available installations¶
| Markdown version | Supported CPU targets | Supported GPU targets | EESSI version | Module |
|---|---|---|---|---|
| 3.6 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2023.06 | Markdown/3.6-GCCcore-13.2.0 |
| 3.7 | generic: aarch64, x86_64Arm: a64fx, neoverse_n1, neoverse_v1, nvidia/graceAMD: zen2, zen3, zen4Intel: haswell, skylake_avx512, sapphirerapids, icelake, cascadelake |
(none) | 2025.06 | Markdown/3.7-GCCcore-13.3.0 |