diff --git a/static/css/markdown.css b/static/css/markdown.css index 95116f5..2e6f9d6 100644 --- a/static/css/markdown.css +++ b/static/css/markdown.css @@ -252,4 +252,10 @@ table:not(.hljs-ln) tr th:last-child { table:not(.hljs-ln) > * { page-break-inside: avoid; } + + @page { + @bottom-right { + content: counter(page) "/" counter(pages); + } + } }