Closed JanoschDeurer closed 4 years ago
Please check your css such as css/pdf-print.css
.
and remove or modify hr
entry:
@media print {
hr {
display: none;
}
}
Many thanks @orzih, with your hint we were able to resolve this problem.
Hey @orzih, sorry that it took me so long to answer, I was on vacation. Thanks for the fast response, as my colleague wrote he was able to resolve the problem with you hint :)
I'm using material for Mkdocs. In markdown a horizontal line can be added with the following code:
it looks like this
this is not rendered in the PDF.