I want to add a simple two-column text within framed frame. I tried multicols as
\begin{mdframed}
\setlength{\columnsep}{10pt}
\begin{multicols}{2}
\begin{itemize}
TEXT
\end{itemize}
\end{multicols}
\end{mdframed}
The problem is that when the text is long, it will start from the next page to fit the text within a page, though the frame is started from the current page.

mdframed. – Googlebot Jun 01 '12 at 16:28