Pandoc Template, that just applies Water.css to your html output.
pandoc Test.md -f markdown -t html -s -o test.html --template "./template.html"
You can also use this template with pandoc without even downloading it.
Just use its RAW GH Url: --template https://raw.githubusercontent.com/ProbablePrime/pandoc-water.css/refs/heads/main/template.html