docs: Fix broken package manager links in the integration tab. (#4934)
Signed-off-by: DmitriBogdanov <dm.bogdanov2000@gmail.com>
diff --git a/docs/mkdocs/docs/integration/package_managers.md b/docs/mkdocs/docs/integration/package_managers.md
index ecb8b8a..9d62c05 100644
--- a/docs/mkdocs/docs/integration/package_managers.md
+++ b/docs/mkdocs/docs/integration/package_managers.md
@@ -1,6 +1,6 @@
# Package Managers
-<center>
+<p markdown style="text-align: center">
{: style="height:1em"} [**Homebrew**](#homebrew) `nlohmann-json`  
{: style="height:1em"} [**Meson**](#meson) `nlohmann_json`  
{: style="height:1em"} [**Bazel**](#bazel) `nlohmann_json`<br>
@@ -15,7 +15,7 @@
{: style="height:1em"} [**MacPorts**](#macports) `nlohmann-json`<br>
{: style="height:1em"} [**CPM.cmake**](#cpmcmake) `gh:nlohmann/json`
{: style="height:1em"} [**xmake**](#xmake) `nlohmann_json`
-</center>
+</p>
## Running example
diff --git a/docs/mkdocs/mkdocs.yml b/docs/mkdocs/mkdocs.yml
index 57f7dd8..c8f14cf 100644
--- a/docs/mkdocs/mkdocs.yml
+++ b/docs/mkdocs/mkdocs.yml
@@ -322,6 +322,7 @@
guess_lang: false
- toc:
permalink: true
+ - md_in_html
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all