I am trying to use KOMA-Scripts footnotes=multiple package option together with the hyperref package, but the multiplefootnoteseparator is disappearing.
\documentclass[footnotes=multiple]{scrreprt}
\usepackage[ngerman]{babel}
\usepackage[utf8]{inputenc}
\usepackage[hidelinks]{hyperref}
\usepackage{blindtext}
\deffootnote{1.5em}{1em}{%
\makebox[1.5em][l]{\thefootnotemark}%
}
\begin{document}
\blindtext\footnote{a}\footnote{b}
\end{document}
If I delete the \usepackage[hidelinks]{hyperref} line, the footnoteseperator is shown.
It is also possible to insert the footnoteseperator manually using KOMA-Scripts \multiplefootnoteseparator option while hyperref package is loaded.
hyperfootnotes=false. – Ulrike Fischer Apr 12 '20 at 15:28