In the following MWE, I have used everyline=true. Is there any way to ensure that the vertical distance between the bottom of the frame on Page 1 to the bottom of text to be the same as the vertical distance from the top of the frame to the beginning of the text? Same question for Page 2.
\documentclass{article}
\usepackage{tikz}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage{blindtext}
\begin{document}
\begin{mdframed}[roundcorner=5pt, everyline=true]
\begin{enumerate}
\item \blindtext
\item \blindtext
\item \blindtext
\item \blindtext
\end{enumerate}
\end{mdframed}
\end{document}
splitbottomskipandsplittopskip. Is that what you want? – Marco Daniel Mar 10 at 18:01