From 6d9c1370b1c47831f85f28a90aa209699dfcbf6a Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Wed, 12 Sep 2018 13:30:10 +0200
Subject: [PATCH] [web] Renamed .md to .pandoc.

Fixes formula rendering errors. Pandoc is also a superset of Markdown
with lots of useful features. For the future we should use just Pandoc
as format.
---
 web/content/{about.md => about.pandoc}                          | 0
 web/content/books/{_index.md => _index.pandoc}                  | 0
 web/content/docs/{_index.md => _index.pandoc}                   | 0
 .../EhlersDamage/{EhlersDamage.md => EhlersDamage.pandoc}       | 0
 .../{CreepAfterExcavation.md => CreepAfterExcavation.pandoc}    | 0
 .../benchmarks/creepbgra/{CreepBRGa.md => CreepBRGa.pandoc}     | 0
 ...m.md => groundwater-flow-dirichlet-nodal-source-term.pandoc} | 0
 ...ater-flow-dirichlet.md => groundwater-flow-dirichlet.pandoc} | 0
 ...undwater-flow-neumann.md => groundwater-flow-neumann.pandoc} | 0
 ...{groundwater-flow-robin.md => groundwater-flow-robin.pandoc} | 0
 ...tconduction-dirichlet.md => heatconduction-dirichlet.pandoc} | 0
 ...{heatconduction-neumann.md => heatconduction-neumann.pandoc} | 0
 .../{HC_ogs6-vs-ogs5.md => HC_ogs6-vs-ogs5.pandoc}              | 0
 .../docs/benchmarks/hydro-component/{elder.md => elder.pandoc}  | 0
 .../benchmarks/hydro-component/{goswami.md => goswami.pandoc}   | 0
 .../{hydro-component.md => hydro-component.pandoc}              | 0
 .../{InjectionProduction.md => InjectionProduction.pandoc}      | 0
 .../hydro-mechanics/{hm-linear.md => hm-linear.pandoc}          | 0
 ...confined-compression.md => hm-unconfined-compression.pandoc} | 0
 ...-single-fracture.md => lie-hm-linear-single-fracture.pandoc} | 0
 .../{constant-viscosity.md => constant-viscosity.pandoc}        | 0
 .../hydro-thermal/{decovalex-TH.md => decovalex-TH.pandoc}      | 0
 ...d-flow-theis-problem.md => liquid-flow-theis-problem.pandoc} | 0
 .../benchmarks/phase-field/{phasefield.md => phasefield.pandoc} | 0
 .../python-bc/elder-benchmark/{elder.md => elder.pandoc}        | 2 +-
 .../{python-laplace-eq.md => python-laplace-eq.pandoc}          | 0
 .../benchmarks/python-bc/piston/{piston.md => piston.pandoc}    | 0
 ...mponent-transport.md => richards-component-transport.pandoc} | 0
 .../richards-flow/{richards-flow.md => richards-flow.pandoc}    | 0
 ...r-single-fracture.md => lie-m-linear-single-fracture.pandoc} | 0
 ...disc-with-hole.md => mechanics-linear-disc-with-hole.pandoc} | 0
 ...shear-traction.md => mechanics-lubby2-shear-traction.pandoc} | 0
 ...chanics-plasticity-ehlers-specialcase-drucker-prager.pandoc} | 0
 ...le-surface.md => mechanics-plasticity-single-surface.pandoc} | 0
 .../pressure_bc/{Pressure_BC.md => Pressure_BC.pandoc}          | 0
 .../thermal-two-phase-flow/{heat-pipe.md => heat-pipe.pandoc}   | 0
 ...ical-phase-field.md => thermo-mechanical-phase-field.pandoc} | 0
 .../{thermomechanics.md => thermomechanics.pandoc}              | 0
 ...w-pp-liakopoulos.md => two-phase-flow-pp-liakopoulos.pandoc} | 0
 ...-flow-pp-mcwhorter.md => two-phase-flow-pp-mcwhorter.pandoc} | 0
 .../docs/benchmarks/two-phase-flow/{momas.md => momas.pandoc}   | 0
 .../getting-started/{introduction.md => introduction.pandoc}    | 0
 web/content/{imprint.md => imprint.pandoc}                      | 0
 web/content/releases/{_index.md => _index.pandoc}               | 0
 44 files changed, 1 insertion(+), 1 deletion(-)
 rename web/content/{about.md => about.pandoc} (100%)
 rename web/content/books/{_index.md => _index.pandoc} (100%)
 rename web/content/docs/{_index.md => _index.pandoc} (100%)
 rename web/content/docs/benchmarks/EhlersDamage/{EhlersDamage.md => EhlersDamage.pandoc} (100%)
 rename web/content/docs/benchmarks/creep-after-excavation-bgra/{CreepAfterExcavation.md => CreepAfterExcavation.pandoc} (100%)
 rename web/content/docs/benchmarks/creepbgra/{CreepBRGa.md => CreepBRGa.pandoc} (100%)
 rename web/content/docs/benchmarks/elliptic/{groundwater-flow-dirichlet-nodal-source-term.md => groundwater-flow-dirichlet-nodal-source-term.pandoc} (100%)
 rename web/content/docs/benchmarks/elliptic/{groundwater-flow-dirichlet.md => groundwater-flow-dirichlet.pandoc} (100%)
 rename web/content/docs/benchmarks/elliptic/{groundwater-flow-neumann.md => groundwater-flow-neumann.pandoc} (100%)
 rename web/content/docs/benchmarks/elliptic/{groundwater-flow-robin.md => groundwater-flow-robin.pandoc} (100%)
 rename web/content/docs/benchmarks/heatconduction/{heatconduction-dirichlet.md => heatconduction-dirichlet.pandoc} (100%)
 rename web/content/docs/benchmarks/heatconduction/{heatconduction-neumann.md => heatconduction-neumann.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-component/{HC_ogs6-vs-ogs5.md => HC_ogs6-vs-ogs5.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-component/{elder.md => elder.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-component/{goswami.md => goswami.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-component/{hydro-component.md => hydro-component.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-mechanics/{InjectionProduction.md => InjectionProduction.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-mechanics/{hm-linear.md => hm-linear.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-mechanics/{hm-unconfined-compression.md => hm-unconfined-compression.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-mechanics/{lie-hm-linear-single-fracture.md => lie-hm-linear-single-fracture.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-thermal/{constant-viscosity.md => constant-viscosity.pandoc} (100%)
 rename web/content/docs/benchmarks/hydro-thermal/{decovalex-TH.md => decovalex-TH.pandoc} (100%)
 rename web/content/docs/benchmarks/liquid-flow/{liquid-flow-theis-problem.md => liquid-flow-theis-problem.pandoc} (100%)
 rename web/content/docs/benchmarks/phase-field/{phasefield.md => phasefield.pandoc} (100%)
 rename web/content/docs/benchmarks/python-bc/elder-benchmark/{elder.md => elder.pandoc} (96%)
 rename web/content/docs/benchmarks/python-bc/laplace-equation/{python-laplace-eq.md => python-laplace-eq.pandoc} (100%)
 rename web/content/docs/benchmarks/python-bc/piston/{piston.md => piston.pandoc} (100%)
 rename web/content/docs/benchmarks/richards-flow/{richards-component-transport.md => richards-component-transport.pandoc} (100%)
 rename web/content/docs/benchmarks/richards-flow/{richards-flow.md => richards-flow.pandoc} (100%)
 rename web/content/docs/benchmarks/small-deformations/{lie-m-linear-single-fracture.md => lie-m-linear-single-fracture.pandoc} (100%)
 rename web/content/docs/benchmarks/small-deformations/{mechanics-linear-disc-with-hole.md => mechanics-linear-disc-with-hole.pandoc} (100%)
 rename web/content/docs/benchmarks/small-deformations/{mechanics-lubby2-shear-traction.md => mechanics-lubby2-shear-traction.pandoc} (100%)
 rename web/content/docs/benchmarks/small-deformations/{mechanics-plasticity-ehlers-specialcase-drucker-prager.md => mechanics-plasticity-ehlers-specialcase-drucker-prager.pandoc} (100%)
 rename web/content/docs/benchmarks/small-deformations/{mechanics-plasticity-single-surface.md => mechanics-plasticity-single-surface.pandoc} (100%)
 rename web/content/docs/benchmarks/small-deformations/pressure_bc/{Pressure_BC.md => Pressure_BC.pandoc} (100%)
 rename web/content/docs/benchmarks/thermal-two-phase-flow/{heat-pipe.md => heat-pipe.pandoc} (100%)
 rename web/content/docs/benchmarks/thermo-mechanical-phase-field/{thermo-mechanical-phase-field.md => thermo-mechanical-phase-field.pandoc} (100%)
 rename web/content/docs/benchmarks/thermo-mechanics/{thermomechanics.md => thermomechanics.pandoc} (100%)
 rename web/content/docs/benchmarks/two-phase-flow-pp-form/{two-phase-flow-pp-liakopoulos.md => two-phase-flow-pp-liakopoulos.pandoc} (100%)
 rename web/content/docs/benchmarks/two-phase-flow-pp-form/{two-phase-flow-pp-mcwhorter.md => two-phase-flow-pp-mcwhorter.pandoc} (100%)
 rename web/content/docs/benchmarks/two-phase-flow/{momas.md => momas.pandoc} (100%)
 rename web/content/docs/devguide/getting-started/{introduction.md => introduction.pandoc} (100%)
 rename web/content/{imprint.md => imprint.pandoc} (100%)
 rename web/content/releases/{_index.md => _index.pandoc} (100%)

diff --git a/web/content/about.md b/web/content/about.pandoc
similarity index 100%
rename from web/content/about.md
rename to web/content/about.pandoc
diff --git a/web/content/books/_index.md b/web/content/books/_index.pandoc
similarity index 100%
rename from web/content/books/_index.md
rename to web/content/books/_index.pandoc
diff --git a/web/content/docs/_index.md b/web/content/docs/_index.pandoc
similarity index 100%
rename from web/content/docs/_index.md
rename to web/content/docs/_index.pandoc
diff --git a/web/content/docs/benchmarks/EhlersDamage/EhlersDamage.md b/web/content/docs/benchmarks/EhlersDamage/EhlersDamage.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/EhlersDamage/EhlersDamage.md
rename to web/content/docs/benchmarks/EhlersDamage/EhlersDamage.pandoc
diff --git a/web/content/docs/benchmarks/creep-after-excavation-bgra/CreepAfterExcavation.md b/web/content/docs/benchmarks/creep-after-excavation-bgra/CreepAfterExcavation.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/creep-after-excavation-bgra/CreepAfterExcavation.md
rename to web/content/docs/benchmarks/creep-after-excavation-bgra/CreepAfterExcavation.pandoc
diff --git a/web/content/docs/benchmarks/creepbgra/CreepBRGa.md b/web/content/docs/benchmarks/creepbgra/CreepBRGa.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/creepbgra/CreepBRGa.md
rename to web/content/docs/benchmarks/creepbgra/CreepBRGa.pandoc
diff --git a/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md b/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.md
rename to web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet-nodal-source-term.pandoc
diff --git a/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet.md b/web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet.md
rename to web/content/docs/benchmarks/elliptic/groundwater-flow-dirichlet.pandoc
diff --git a/web/content/docs/benchmarks/elliptic/groundwater-flow-neumann.md b/web/content/docs/benchmarks/elliptic/groundwater-flow-neumann.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/elliptic/groundwater-flow-neumann.md
rename to web/content/docs/benchmarks/elliptic/groundwater-flow-neumann.pandoc
diff --git a/web/content/docs/benchmarks/elliptic/groundwater-flow-robin.md b/web/content/docs/benchmarks/elliptic/groundwater-flow-robin.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/elliptic/groundwater-flow-robin.md
rename to web/content/docs/benchmarks/elliptic/groundwater-flow-robin.pandoc
diff --git a/web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.md b/web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.md
rename to web/content/docs/benchmarks/heatconduction/heatconduction-dirichlet.pandoc
diff --git a/web/content/docs/benchmarks/heatconduction/heatconduction-neumann.md b/web/content/docs/benchmarks/heatconduction/heatconduction-neumann.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/heatconduction/heatconduction-neumann.md
rename to web/content/docs/benchmarks/heatconduction/heatconduction-neumann.pandoc
diff --git a/web/content/docs/benchmarks/hydro-component/HC_ogs6-vs-ogs5.md b/web/content/docs/benchmarks/hydro-component/HC_ogs6-vs-ogs5.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-component/HC_ogs6-vs-ogs5.md
rename to web/content/docs/benchmarks/hydro-component/HC_ogs6-vs-ogs5.pandoc
diff --git a/web/content/docs/benchmarks/hydro-component/elder.md b/web/content/docs/benchmarks/hydro-component/elder.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-component/elder.md
rename to web/content/docs/benchmarks/hydro-component/elder.pandoc
diff --git a/web/content/docs/benchmarks/hydro-component/goswami.md b/web/content/docs/benchmarks/hydro-component/goswami.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-component/goswami.md
rename to web/content/docs/benchmarks/hydro-component/goswami.pandoc
diff --git a/web/content/docs/benchmarks/hydro-component/hydro-component.md b/web/content/docs/benchmarks/hydro-component/hydro-component.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-component/hydro-component.md
rename to web/content/docs/benchmarks/hydro-component/hydro-component.pandoc
diff --git a/web/content/docs/benchmarks/hydro-mechanics/InjectionProduction.md b/web/content/docs/benchmarks/hydro-mechanics/InjectionProduction.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-mechanics/InjectionProduction.md
rename to web/content/docs/benchmarks/hydro-mechanics/InjectionProduction.pandoc
diff --git a/web/content/docs/benchmarks/hydro-mechanics/hm-linear.md b/web/content/docs/benchmarks/hydro-mechanics/hm-linear.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-mechanics/hm-linear.md
rename to web/content/docs/benchmarks/hydro-mechanics/hm-linear.pandoc
diff --git a/web/content/docs/benchmarks/hydro-mechanics/hm-unconfined-compression.md b/web/content/docs/benchmarks/hydro-mechanics/hm-unconfined-compression.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-mechanics/hm-unconfined-compression.md
rename to web/content/docs/benchmarks/hydro-mechanics/hm-unconfined-compression.pandoc
diff --git a/web/content/docs/benchmarks/hydro-mechanics/lie-hm-linear-single-fracture.md b/web/content/docs/benchmarks/hydro-mechanics/lie-hm-linear-single-fracture.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-mechanics/lie-hm-linear-single-fracture.md
rename to web/content/docs/benchmarks/hydro-mechanics/lie-hm-linear-single-fracture.pandoc
diff --git a/web/content/docs/benchmarks/hydro-thermal/constant-viscosity.md b/web/content/docs/benchmarks/hydro-thermal/constant-viscosity.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-thermal/constant-viscosity.md
rename to web/content/docs/benchmarks/hydro-thermal/constant-viscosity.pandoc
diff --git a/web/content/docs/benchmarks/hydro-thermal/decovalex-TH.md b/web/content/docs/benchmarks/hydro-thermal/decovalex-TH.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/hydro-thermal/decovalex-TH.md
rename to web/content/docs/benchmarks/hydro-thermal/decovalex-TH.pandoc
diff --git a/web/content/docs/benchmarks/liquid-flow/liquid-flow-theis-problem.md b/web/content/docs/benchmarks/liquid-flow/liquid-flow-theis-problem.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/liquid-flow/liquid-flow-theis-problem.md
rename to web/content/docs/benchmarks/liquid-flow/liquid-flow-theis-problem.pandoc
diff --git a/web/content/docs/benchmarks/phase-field/phasefield.md b/web/content/docs/benchmarks/phase-field/phasefield.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/phase-field/phasefield.md
rename to web/content/docs/benchmarks/phase-field/phasefield.pandoc
diff --git a/web/content/docs/benchmarks/python-bc/elder-benchmark/elder.md b/web/content/docs/benchmarks/python-bc/elder-benchmark/elder.pandoc
similarity index 96%
rename from web/content/docs/benchmarks/python-bc/elder-benchmark/elder.md
rename to web/content/docs/benchmarks/python-bc/elder-benchmark/elder.pandoc
index 04b5ba1dde5..124c1b57739 100644
--- a/web/content/docs/benchmarks/python-bc/elder-benchmark/elder.md
+++ b/web/content/docs/benchmarks/python-bc/elder-benchmark/elder.pandoc
@@ -23,5 +23,5 @@ The aim of this test is:
 
 ## Details
 
-This test is a copy of [this test case]({{< ref "../../hydro-component/elder.md" >}}).
+This test is a copy of [this test case]({{< ref "../../hydro-component/elder" >}}).
 Please check the original test case for any details.
diff --git a/web/content/docs/benchmarks/python-bc/laplace-equation/python-laplace-eq.md b/web/content/docs/benchmarks/python-bc/laplace-equation/python-laplace-eq.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/python-bc/laplace-equation/python-laplace-eq.md
rename to web/content/docs/benchmarks/python-bc/laplace-equation/python-laplace-eq.pandoc
diff --git a/web/content/docs/benchmarks/python-bc/piston/piston.md b/web/content/docs/benchmarks/python-bc/piston/piston.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/python-bc/piston/piston.md
rename to web/content/docs/benchmarks/python-bc/piston/piston.pandoc
diff --git a/web/content/docs/benchmarks/richards-flow/richards-component-transport.md b/web/content/docs/benchmarks/richards-flow/richards-component-transport.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/richards-flow/richards-component-transport.md
rename to web/content/docs/benchmarks/richards-flow/richards-component-transport.pandoc
diff --git a/web/content/docs/benchmarks/richards-flow/richards-flow.md b/web/content/docs/benchmarks/richards-flow/richards-flow.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/richards-flow/richards-flow.md
rename to web/content/docs/benchmarks/richards-flow/richards-flow.pandoc
diff --git a/web/content/docs/benchmarks/small-deformations/lie-m-linear-single-fracture.md b/web/content/docs/benchmarks/small-deformations/lie-m-linear-single-fracture.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/small-deformations/lie-m-linear-single-fracture.md
rename to web/content/docs/benchmarks/small-deformations/lie-m-linear-single-fracture.pandoc
diff --git a/web/content/docs/benchmarks/small-deformations/mechanics-linear-disc-with-hole.md b/web/content/docs/benchmarks/small-deformations/mechanics-linear-disc-with-hole.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/small-deformations/mechanics-linear-disc-with-hole.md
rename to web/content/docs/benchmarks/small-deformations/mechanics-linear-disc-with-hole.pandoc
diff --git a/web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.md b/web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.md
rename to web/content/docs/benchmarks/small-deformations/mechanics-lubby2-shear-traction.pandoc
diff --git a/web/content/docs/benchmarks/small-deformations/mechanics-plasticity-ehlers-specialcase-drucker-prager.md b/web/content/docs/benchmarks/small-deformations/mechanics-plasticity-ehlers-specialcase-drucker-prager.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/small-deformations/mechanics-plasticity-ehlers-specialcase-drucker-prager.md
rename to web/content/docs/benchmarks/small-deformations/mechanics-plasticity-ehlers-specialcase-drucker-prager.pandoc
diff --git a/web/content/docs/benchmarks/small-deformations/mechanics-plasticity-single-surface.md b/web/content/docs/benchmarks/small-deformations/mechanics-plasticity-single-surface.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/small-deformations/mechanics-plasticity-single-surface.md
rename to web/content/docs/benchmarks/small-deformations/mechanics-plasticity-single-surface.pandoc
diff --git a/web/content/docs/benchmarks/small-deformations/pressure_bc/Pressure_BC.md b/web/content/docs/benchmarks/small-deformations/pressure_bc/Pressure_BC.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/small-deformations/pressure_bc/Pressure_BC.md
rename to web/content/docs/benchmarks/small-deformations/pressure_bc/Pressure_BC.pandoc
diff --git a/web/content/docs/benchmarks/thermal-two-phase-flow/heat-pipe.md b/web/content/docs/benchmarks/thermal-two-phase-flow/heat-pipe.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/thermal-two-phase-flow/heat-pipe.md
rename to web/content/docs/benchmarks/thermal-two-phase-flow/heat-pipe.pandoc
diff --git a/web/content/docs/benchmarks/thermo-mechanical-phase-field/thermo-mechanical-phase-field.md b/web/content/docs/benchmarks/thermo-mechanical-phase-field/thermo-mechanical-phase-field.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/thermo-mechanical-phase-field/thermo-mechanical-phase-field.md
rename to web/content/docs/benchmarks/thermo-mechanical-phase-field/thermo-mechanical-phase-field.pandoc
diff --git a/web/content/docs/benchmarks/thermo-mechanics/thermomechanics.md b/web/content/docs/benchmarks/thermo-mechanics/thermomechanics.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/thermo-mechanics/thermomechanics.md
rename to web/content/docs/benchmarks/thermo-mechanics/thermomechanics.pandoc
diff --git a/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.md b/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.md
rename to web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.pandoc
diff --git a/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.md b/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.md
rename to web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.pandoc
diff --git a/web/content/docs/benchmarks/two-phase-flow/momas.md b/web/content/docs/benchmarks/two-phase-flow/momas.pandoc
similarity index 100%
rename from web/content/docs/benchmarks/two-phase-flow/momas.md
rename to web/content/docs/benchmarks/two-phase-flow/momas.pandoc
diff --git a/web/content/docs/devguide/getting-started/introduction.md b/web/content/docs/devguide/getting-started/introduction.pandoc
similarity index 100%
rename from web/content/docs/devguide/getting-started/introduction.md
rename to web/content/docs/devguide/getting-started/introduction.pandoc
diff --git a/web/content/imprint.md b/web/content/imprint.pandoc
similarity index 100%
rename from web/content/imprint.md
rename to web/content/imprint.pandoc
diff --git a/web/content/releases/_index.md b/web/content/releases/_index.pandoc
similarity index 100%
rename from web/content/releases/_index.md
rename to web/content/releases/_index.pandoc
-- 
GitLab