Skip to content

Commit 3ed64e5

Browse files
docs: Fix broken package manager links in the integration tab. (nlohmann#4934)
Signed-off-by: DmitriBogdanov <dm.bogdanov2000@gmail.com>
1 parent 9810c39 commit 3ed64e5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/mkdocs/docs/integration/package_managers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package Managers
22

3-
<center>
3+
<p markdown style="text-align: center">
44
![Homebrew](../images/package_managers/homebrew.svg){: style="height:1em"}&nbsp;[**Homebrew**](#homebrew) `nlohmann-json` &emsp;
55
![Meson](../images/package_managers/meson.svg){: style="height:1em"}&nbsp;[**Meson**](#meson) `nlohmann_json` &emsp;
66
![Bazel](../images/package_managers/bazel.svg){: style="height:1em"}&nbsp;[**Bazel**](#bazel) `nlohmann_json`<br>
@@ -15,7 +15,7 @@
1515
![MacPorts](../images/package_managers/macports.svg){: style="height:1em"}&nbsp;[**MacPorts**](#macports) `nlohmann-json`<br>
1616
![cpm.cmake](../images/package_managers/CPM.png){: style="height:1em"}&nbsp;[**CPM.cmake**](#cpmcmake) `gh:nlohmann/json`
1717
![xmake](../images/package_managers/xmake.svg){: style="height:1em"}&nbsp;[**xmake**](#xmake) `nlohmann_json`
18-
</center>
18+
</p>
1919

2020
## Running example
2121

docs/mkdocs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ markdown_extensions:
322322
guess_lang: false
323323
- toc:
324324
permalink: true
325+
- md_in_html
325326
- pymdownx.arithmatex
326327
- pymdownx.betterem:
327328
smart_enable: all

0 commit comments

Comments
 (0)