diff --git a/web/assets/scss/main.scss b/web/assets/scss/main.scss
index 7614fc09520604cd6c90ac4380961dd3da4887a2..503be82f43a3481d1ce082d52b597b9628d927e0 100644
--- a/web/assets/scss/main.scss
+++ b/web/assets/scss/main.scss
@@ -382,5 +382,4 @@ img[src$='#two-third'] {
 
 @tailwind utilities;
 
-@import 'pandoc-highlighting';
 @import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css");
diff --git a/web/assets/scss/pandoc-highlighting.scss b/web/assets/scss/pandoc-highlighting.scss
deleted file mode 100644
index 08f999a69d867d97950de8ca2b7984d91292f563..0000000000000000000000000000000000000000
--- a/web/assets/scss/pandoc-highlighting.scss
+++ /dev/null
@@ -1,63 +0,0 @@
-a.sourceLine { display: inline-block; line-height: 1.25; }
-a.sourceLine { pointer-events: none; color: inherit; text-decoration: inherit; }
-a.sourceLine:empty { height: 1.2em; position: absolute; }
-.sourceCode { overflow: visible; }
-code.sourceCode { white-space: pre; position: relative; }
-div.sourceCode { margin: 1em 0; }
-pre.sourceCode { margin: 0; }
-@media screen {
-div.sourceCode { overflow: auto; }
-}
-@media print {
-code.sourceCode { white-space: pre-wrap; }
-a.sourceLine { text-indent: -1em; padding-left: 1em; }
-}
-pre.numberSource a.sourceLine
-  { position: relative; }
-pre.numberSource a.sourceLine:empty
-  { position: absolute; }
-pre.numberSource a.sourceLine::before
-  { content: attr(data-line-number);
-    position: absolute; left: -5em; text-align: right; vertical-align: baseline;
-    border: none; pointer-events: all;
-    -webkit-touch-callout: none; -webkit-user-select: none;
-    -khtml-user-select: none; -moz-user-select: none;
-    -ms-user-select: none; user-select: none;
-    padding: 0 4px; width: 4em;
-    color: #aaaaaa;
-  }
-pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa;  padding-left: 4px; }
-div.sourceCode
-  {  }
-@media screen {
-a.sourceLine::before { text-decoration: underline; }
-}
-code span.al { color: #ff0000; font-weight: bold; } /* Alert */
-code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
-code span.at { color: #7d9029; } /* Attribute */
-code span.bn { color: #40a070; } /* BaseN */
-code span.bu { } /* BuiltIn */
-code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
-code span.ch { color: #4070a0; } /* Char */
-code span.cn { color: #880000; } /* Constant */
-code span.co { color: #60a0b0; font-style: italic; } /* Comment */
-code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
-code span.do { color: #ba2121; font-style: italic; } /* Documentation */
-code span.dt { color: #902000; } /* DataType */
-code span.dv { color: #40a070; } /* DecVal */
-code span.er { color: #ff0000; font-weight: bold; } /* Error */
-code span.ex { } /* Extension */
-code span.fl { color: #40a070; } /* Float */
-code span.fu { color: #06287e; } /* Function */
-code span.im { } /* Import */
-code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
-code span.kw { color: #007020; font-weight: bold; } /* Keyword */
-code span.op { color: #666666; } /* Operator */
-code span.ot { color: #007020; } /* Other */
-code span.pp { color: #bc7a00; } /* Preprocessor */
-code span.sc { color: #4070a0; } /* SpecialChar */
-code span.ss { color: #bb6688; } /* SpecialString */
-code span.st { color: #4070a0; } /* String */
-code span.va { color: #19177c; } /* Variable */
-code span.vs { color: #4070a0; } /* VerbatimString */
-code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */
diff --git a/web/content/.markdownlintignore b/web/content/.markdownlintignore
index 5f0894a1a8e19696ab524b7de25e5dae7171a107..559457b237f9e5a113661208e0909272ffb6040f 100644
--- a/web/content/.markdownlintignore
+++ b/web/content/.markdownlintignore
@@ -1,4 +1,4 @@
 releases/
-docs/tools/workflows/Example-of-a-DGM-to-model-workflow/index.pandoc
-docs/userguide/process-dependent-configuration/Heat_Transport_BHE.pandoc
-docs/benchmarks/python-bc/laplace-equation/python-laplace-eq.pandoc
+docs/tools/workflows/Example-of-a-DGM-to-model-workflow/index.md
+docs/userguide/process-dependent-configuration/Heat_Transport_BHE.md
+docs/benchmarks/python-bc/laplace-equation/python-laplace-eq.md
diff --git a/web/content/docs/benchmarks/heat-transport-bhe/3D_BHE_GW_advection.md b/web/content/docs/benchmarks/heat-transport-bhe/3D_BHE_GW_advection.md
index 0000173660c0eaa8c78668d1bcf17a778d9444d5..27a633b9c4f120a70b337c74a6fef1676b964472 100644
--- a/web/content/docs/benchmarks/heat-transport-bhe/3D_BHE_GW_advection.md
+++ b/web/content/docs/benchmarks/heat-transport-bhe/3D_BHE_GW_advection.md
@@ -74,7 +74,7 @@ can be found in the following table.
 
 The BHE parameters are only relevant for the numerical model and are adopted
 from the [3D Beier sandbox
-benchmark]({{< ref "3D_Beier_sandbox.pandoc" >}}).
+benchmark]({{< ref "3D_Beier_sandbox.md" >}}).
 
 {{< img src="../3D_BHE_GW_advection_figures/mesh.png" width="150">}}
 
diff --git a/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.md b/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.md
index 13b824e08cb7ffeefb675e0ac168681de4c30a0e..d6b8247dea2df6ec2ac3915c4e53b11ac69ed9ee 100644
--- a/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.md
+++ b/web/content/docs/benchmarks/hydro-component/theis/HC_Theis.md
@@ -22,7 +22,7 @@ This benchmark verifies the groundwater level drawdown for an aquifer that is su
 ## Problem description
 
 For pumping from a well, Theis (1935) proposed an analytical solution to calculate the water level drawdown over time and distance from the well. A short summary of the solution can be seen in
-web/content/docs/benchmarks/liquid-flow/liquid-flow-theis-problem.pandoc
+web/content/docs/benchmarks/liquid-flow/liquid-flow-theis-problem.md
 
 Here, we verify pumping abstraction with Theis for the `ComponentTransport` process using a 3D setup. The setup is adapted from Walther (2014), section 3.2.
 
diff --git a/web/content/docs/benchmarks/small-deformations/mechanics-linear-element_deactivation.md b/web/content/docs/benchmarks/small-deformations/mechanics-linear-element_deactivation.md
index 09a0814fc4d6f15c7e82bbd64507553c69c3121f..09234961cc48c601e2fb4088a783554297847349 100644
--- a/web/content/docs/benchmarks/small-deformations/mechanics-linear-element_deactivation.md
+++ b/web/content/docs/benchmarks/small-deformations/mechanics-linear-element_deactivation.md
@@ -13,7 +13,7 @@ weight = 111
 
 {{< data-link >}}
 
-The problem definition is exactly the same as that of [Disc with hole]({{<ref "mechanics-linear-disc-with-hole.pandoc">}}). With the element deactivation approach, the problem is solved as 2D and 3D benchmarks, respectively.
+The problem definition is exactly the same as that of [Disc with hole]({{<ref "mechanics-linear-disc-with-hole.md">}}). With the element deactivation approach, the problem is solved as 2D and 3D benchmarks, respectively.
 
 The input data set of the element deactivation approach is specified inside the tag of   `<process_variable> ... </process_variable>`. For example, the following input means to deactivate the elements with MaterialIDs of 0  within a time interval from 0 to 1:
 
diff --git a/web/content/docs/devguide/advanced/docker.md b/web/content/docs/devguide/advanced/docker.md
index 296c436e7a1e114fe8b4c58f0edd772d0126a3f0..e395f1512ff51a8e4d844d7dec618f62f36e533c 100644
--- a/web/content/docs/devguide/advanced/docker.md
+++ b/web/content/docs/devguide/advanced/docker.md
@@ -65,4 +65,4 @@ docker run --rm -i -t -v /host/directory:/container/directory image_name
 
 There are docker images provided on the [GitLab Container Registry](https://gitlab.opengeosys.org/ogs/ogs/container_registry) which include everything necessary to build OGS-6. They are used by the CI but you can also use them for development.
 
-Even better for development is the usage of [Singularity container]({{< relref "singularity.pandoc" >}}) because they offer a transparent mapping of the user to container space.
+Even better for development is the usage of [Singularity container]({{< relref "singularity.md" >}}) because they offer a transparent mapping of the user to container space.
diff --git a/web/content/docs/devguide/advanced/gitlab-migration.md b/web/content/docs/devguide/advanced/gitlab-migration.md
index b4c21df4be660e712bf6c88b2a6930c700381c5f..7aabd9e2f3ddc60cf4fb7d4c8de5aa6a856aa116 100644
--- a/web/content/docs/devguide/advanced/gitlab-migration.md
+++ b/web/content/docs/devguide/advanced/gitlab-migration.md
@@ -57,4 +57,4 @@ git remote set-url origin git@gitlab.opengeosys.org:YOUR-USERNAME/ogs.git
 
 ----
 
-Or you can clone a fresh repo by following the steps in [Get the source code]({{< ref "get-the-source-code.pandoc" >}}).
+Or you can clone a fresh repo by following the steps in [Get the source code]({{< ref "get-the-source-code.md" >}}).
diff --git a/web/content/docs/devguide/advanced/redistributable-builds.md b/web/content/docs/devguide/advanced/redistributable-builds.md
index a6ec9a8117ec14b6f2338414f2a8be6363b5c0e6..ee6c22984d659503b64be135ea350dbbe3330767 100644
--- a/web/content/docs/devguide/advanced/redistributable-builds.md
+++ b/web/content/docs/devguide/advanced/redistributable-builds.md
@@ -54,7 +54,7 @@ See Linux-tab!
 
 Try to use static libraries as much as possible. For OGS itself use `BUILD_SHARED_LIBS=OFF`, which already defaults to `OFF`.
 
-Third-party libraries installed via the systems package package manager are often provided as shared libraries. You may want to use [Conan]({{< ref "conan-package-manager.pandoc" >}}) which provides lots of libraries (e.g. VTK) as static libs.
+Third-party libraries installed via the systems package package manager are often provided as shared libraries. You may want to use [Conan]({{< ref "conan-package-manager.md" >}}) which provides lots of libraries (e.g. VTK) as static libs.
 
 ## Package the build
 
diff --git a/web/content/docs/devguide/advanced/singularity.md b/web/content/docs/devguide/advanced/singularity.md
index 503cc4f225ac1434c98e27a2f0ff064e0682d195..388191c055339108360e3ce17b4e10d47bc44c94 100644
--- a/web/content/docs/devguide/advanced/singularity.md
+++ b/web/content/docs/devguide/advanced/singularity.md
@@ -53,4 +53,4 @@ This starts the container, mounts your home directory inside the container, pass
 
 ## Container generator
 
-You can download a prebuilt container from Docker Hub as shown above (e.g. `singularity pull docker://ogs6/gcc`). But we also provide a [container generator]({{< ref "container.pandoc" >}}) to create a specific container for your needs.
+You can download a prebuilt container from Docker Hub as shown above (e.g. `singularity pull docker://ogs6/gcc`). But we also provide a [container generator]({{< ref "container.md" >}}) to create a specific container for your needs.
diff --git a/web/content/docs/devguide/advanced/third-party-libraries.md b/web/content/docs/devguide/advanced/third-party-libraries.md
index 029d3228eac9d606d3d90ab105caad032dcec10d..eb69260da0150690504de23538bee86031c33899 100644
--- a/web/content/docs/devguide/advanced/third-party-libraries.md
+++ b/web/content/docs/devguide/advanced/third-party-libraries.md
@@ -13,7 +13,7 @@ weight = 1039
 
 ### <i class="far fa-exclamation-triangle"></i> Attention
 
-We strongly recommend to simply use [Conan]({{< ref "conan.pandoc" >}}) for handling required third-party libraries.
+We strongly recommend to simply use [Conan]({{< ref "conan.md" >}}) for handling required third-party libraries.
 </div>
 
 ## Introduction
@@ -30,4 +30,4 @@ If you want to build the Data Explorer you need these too:
 - [Shapelib](http://shapelib.maptools.org) >= 1.3.0
 - [libgeotiff](https://trac.osgeo.org/geotiff/) >= 1.4.2
 
-Please refer to the library documentation on how to build. If you struggle consider using [Conan]({{< ref "conan.pandoc" >}})! Once built CMake tries its best to find the libraries.
+Please refer to the library documentation on how to build. If you struggle consider using [Conan]({{< ref "conan.md" >}})! Once built CMake tries its best to find the libraries.
diff --git a/web/content/docs/devguide/advanced/working-on-eve.md b/web/content/docs/devguide/advanced/working-on-eve.md
index 162ca7d2cbb03a46f458549f02267fd5ced55c3c..3684a5d687e8fc0fdf884486e6b2af92f988ff84 100644
--- a/web/content/docs/devguide/advanced/working-on-eve.md
+++ b/web/content/docs/devguide/advanced/working-on-eve.md
@@ -41,7 +41,7 @@ Load required modules by sourcing the environment script:
 source scripts/env/eve/cli.sh
 ```
 
-Then do the [build configuration]({{< ref "build-configuration.pandoc" >}}) and [build]({{< ref "/docs/devguide/getting-started/build.pandoc" >}}) the project.
+Then do the [build configuration]({{< ref "build-configuration.md" >}}) and [build]({{< ref "/docs/devguide/getting-started/build.md" >}}) the project.
 
 ## Optional steps
 
diff --git a/web/content/docs/devguide/advanced/wsl.md b/web/content/docs/devguide/advanced/wsl.md
index 36b5be87dd09302c3e59a8513231f3c120af184a..6b0ea0fc5ced8e451db18900e453cc0090f60c47 100644
--- a/web/content/docs/devguide/advanced/wsl.md
+++ b/web/content/docs/devguide/advanced/wsl.md
@@ -14,7 +14,7 @@ The [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsyste
 ## Setup
 
 - Install WSL by following [this guide](https://www.windowscentral.com/install-windows-subsystem-linux-windows-10). **Important:** Choose **Ubuntu 20.04 LTS** as the Linux distribution. Other distros may not have a sufficient compiler.
-- Follow the [developer guide for Linux]({{< ref "prerequisites.pandoc" >}}) from now on.
+- Follow the [developer guide for Linux]({{< ref "prerequisites.md" >}}) from now on.
 
 ## Using Visual Studio Code as IDE
 
diff --git a/web/content/docs/devguide/development-workflows/continuous-integration.md b/web/content/docs/devguide/development-workflows/continuous-integration.md
index e278ff90d083572ad740b7b924a91c711655dda4..23685ef2f794eedeca3913abe1fc05b670dac1f4 100644
--- a/web/content/docs/devguide/development-workflows/continuous-integration.md
+++ b/web/content/docs/devguide/development-workflows/continuous-integration.md
@@ -16,10 +16,10 @@ weight = 1013
 So for every proposed change to the source code the following is done automatically:
 
 - Compilation of the changed code merged with the official source code is tested on a variety of platforms (Windows, Linux, Mac OS, different compilers)
-- A comprehensive [test suite]({{< ref "unit-testing.pandoc" >}}) checks validity of the proposed changes
+- A comprehensive [test suite]({{< ref "unit-testing.md" >}}) checks validity of the proposed changes
 - Additional checks regarding code formatting and documentation help in maintaining a good software quality and structure
 
-After the system is done with all these tasks the developer can view build reports highlighting occurred errors and problems. We are using [GitLab CI]({{< ref "gitlab-ci.pandoc" >}}) as our CI system.
+After the system is done with all these tasks the developer can view build reports highlighting occurred errors and problems. We are using [GitLab CI]({{< ref "gitlab-ci.md" >}}) as our CI system.
 
 ## CI on OGS
 
@@ -28,4 +28,4 @@ All of this automatically kicks in when you open a [Merge Request](../code-revie
 
 Click on the pipeline link or the individual pipeline stage icons (circles) to find out the reason for a failed check. If you add more commits to this merge request all checks are run again.
 
-See the [GitLab CI page]({{< ref "gitlab-ci.pandoc" >}}) for more info.
+See the [GitLab CI page]({{< ref "gitlab-ci.md" >}}) for more info.
diff --git a/web/content/docs/devguide/getting-started/build-configuration.md b/web/content/docs/devguide/getting-started/build-configuration.md
index 67280ef57f8174d0f5340ce0cf4d359f00669c67..505c574606d9f9333d8f1ab688f3fb7373dc5982 100644
--- a/web/content/docs/devguide/getting-started/build-configuration.md
+++ b/web/content/docs/devguide/getting-started/build-configuration.md
@@ -42,9 +42,9 @@ When you want to start over with a new configuration simply delete the build-dir
 
 ### Note: Installation of required libraries
 
-It is preferred to use the Conan package manager to install required third-party libraries. If [Conan is installed]({{< ref "prerequisites" >}}#step-install-conan-package-manager) it will automatically download either prebuilt binaries of required libraries or build them locally if a binary for your setup (operating system, compiler, ..) is not available. [Check this]({{< ref "conan-package-manager.pandoc" >}}) for advanced Conan usage.
+It is preferred to use the Conan package manager to install required third-party libraries. If [Conan is installed]({{< ref "prerequisites" >}}#step-install-conan-package-manager) it will automatically download either prebuilt binaries of required libraries or build them locally if a binary for your setup (operating system, compiler, ..) is not available. [Check this]({{< ref "conan-package-manager.md" >}}) for advanced Conan usage.
 
-Instead of using Conan you can optionally [install the required libraries manually]({{< ref "third-party-libraries.pandoc" >}}) **before** running CMake.
+Instead of using Conan you can optionally [install the required libraries manually]({{< ref "third-party-libraries.md" >}}) **before** running CMake.
 
 <div class='win'>
 <div class='note'>
@@ -94,7 +94,7 @@ In the Start menu under *Visual Studio 2017* you find a application link to *x64
 cmake ../ogs
 ```
 
-This even allows for using [Ninja]({{< ref "build-with-ninja.pandoc" >}}) as the build tool which can effectively utilize all CPU cores
+This even allows for using [Ninja]({{< ref "build-with-ninja.md" >}}) as the build tool which can effectively utilize all CPU cores
 
 ### <i class="far fa-check"></i> Pro Tip 2: Use a better terminal application
 
diff --git a/web/content/docs/devguide/getting-started/prerequisites.md b/web/content/docs/devguide/getting-started/prerequisites.md
index 14623fd93452e3f1aad6c83f1cf2c820d369b383..7a7ab2a52e4328d8c7f86479bd192c547875d73c 100644
--- a/web/content/docs/devguide/getting-started/prerequisites.md
+++ b/web/content/docs/devguide/getting-started/prerequisites.md
@@ -17,7 +17,7 @@ The minimum prerequisites to build OGS are:
 - Git (version control tool, at least version {{< dataFile "versions.minimum_version.git" >}})
 - CMake (build configuration tool, at least version {{< dataFile "versions.minimum_version.cmake" >}})
 - A compiler with [C++17](http://en.wikipedia.org/wiki/C%2B%2B17)-support
-- [Conan package manager](https://www.conan.io/) (at least version {{< dataFile "versions.minimum_version.conan" >}}) **OR** install [required libraries]({{< ref "third-party-libraries.pandoc" >}}) manually (for advanced users only!)
+- [Conan package manager](https://www.conan.io/) (at least version {{< dataFile "versions.minimum_version.conan" >}}) **OR** install [required libraries]({{< ref "third-party-libraries.md" >}}) manually (for advanced users only!)
 
 ## Step: Install a compiler
 
@@ -27,7 +27,7 @@ The minimum prerequisites to build OGS are:
 
 ### Alternative setup
 
-Please note that the following setup on Windows is the **native Windows development setup**. This native setup is **quite involved** and **heavy on system resources**. We can recommend an alternative setup in which the [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) is used: Setup and development of OGS follows the Linux way but you can use your Windows IDE (especially Visual Studio Code) for development and debugging. If this sounds interesting please [follow the steps here]({{< ref "wsl.pandoc" >}})!
+Please note that the following setup on Windows is the **native Windows development setup**. This native setup is **quite involved** and **heavy on system resources**. We can recommend an alternative setup in which the [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) is used: Setup and development of OGS follows the Linux way but you can use your Windows IDE (especially Visual Studio Code) for development and debugging. If this sounds interesting please [follow the steps here]({{< ref "wsl.md" >}})!
 
 </div>
 
@@ -245,7 +245,7 @@ brew install cmake
 
 ## Step: Install Conan package manager
 
-The [Conan package manager](https://www.conan.io) helps to install all required libraries in a convenient way on every platform. If you prefer you can also [install libraries manually]({{< ref "third-party-libraries.pandoc" >}}) instead.
+The [Conan package manager](https://www.conan.io) helps to install all required libraries in a convenient way on every platform. If you prefer you can also [install libraries manually]({{< ref "third-party-libraries.md" >}}) instead.
 
 Install Conan (>= {{< dataFile "versions.minimum_version.conan" >}}) with Python's pip:
 
diff --git a/web/content/docs/devguide/troubleshooting/build.md b/web/content/docs/devguide/troubleshooting/build.md
index 1579f0db8d9db32628e4b6aee8b4ddc790a53d57..81877bbd76349a6c56465e49270580d9b650bfa7 100644
--- a/web/content/docs/devguide/troubleshooting/build.md
+++ b/web/content/docs/devguide/troubleshooting/build.md
@@ -13,7 +13,7 @@ weight = 1043
 ## Visual Studio out-of-heap or stackoverflow errors
 
 <div class='note'>
-**Note:** To prevent this you can also use the [WSL setup]({{< ref "wsl.pandoc" >}}).
+**Note:** To prevent this you can also use the [WSL setup]({{< ref "wsl.md" >}}).
 </div>
 
 The compilation especially of the processes in Release-config can be very memory hungry. Using dynamic Eigen shape matrices can reduce memory usage:
diff --git a/web/content/docs/devguide/troubleshooting/cmake.md b/web/content/docs/devguide/troubleshooting/cmake.md
index b36e1bfe63f18eed853c59dfa8c8b62669ca6ac6..1cea01c2a77e3136467ae32d9491d5bee6441342 100644
--- a/web/content/docs/devguide/troubleshooting/cmake.md
+++ b/web/content/docs/devguide/troubleshooting/cmake.md
@@ -40,4 +40,4 @@ The following options are affected by this behavior and **should not be changed*
 - `CMAKE_BUILD_TYPE`
 - `BUILD_SHARED_LIBS`
 
-Check also [Conans troubleshooting page]({{< ref "conan.pandoc" >}}) if you use Conan for dependencies.
+Check also [Conans troubleshooting page]({{< ref "conan.md" >}}) if you use Conan for dependencies.
diff --git a/web/content/docs/userguide/basics/envinf1.md b/web/content/docs/userguide/basics/envinf1.md
index ec4bcbf5e3a1fb1a185fdc481ef0e628794f74a9..0fcd5d5acd7f71232feceba0de187430cb42dafb 100644
--- a/web/content/docs/userguide/basics/envinf1.md
+++ b/web/content/docs/userguide/basics/envinf1.md
@@ -30,4 +30,4 @@ module load ogs/6.0.9      # Loads stable version 6.0.9 in standard config, not
 
 You can select only one version at a time. Run `module purge` to unload all previously loaded modules.
 
-See [Quickstart]({{< ref "introduction.pandoc" >}}) for running instructions.
+See [Quickstart]({{< ref "introduction.md" >}}) for running instructions.
diff --git a/web/content/imprint.md b/web/content/imprint.md
index 5d1a7e0387d3a085f32208c21a590bc6f0c81df2..ab86f92930d54cefe4430f423db94a4b79dd8710 100644
--- a/web/content/imprint.md
+++ b/web/content/imprint.md
@@ -27,7 +27,7 @@ The source code of this website is available at <https://gitlab.opengeosys.org/o
 
 This website uses a number of external projects:
 
-- [Hugo](https://gohugo.io/) static website generator together with [Pandoc](https://pandoc.org).
+- [Hugo](https://gohugo.io/) static website generator.
 - [jQuery](https://jquery.org/) JavaScript library, distributed under the [jQuery License](https://jquery.org/license/).
 - [TailwindCSS](https://tailwindcss.com) framework, distributed under the [MIT License](https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE).
 - [Font Awesome](https://fontawesome.com), distributed under [this license](https://github.com/FortAwesome/Font-Awesome/blob/master/LICENSE.txt).