答案1
我没有用过,mdframed
但是我使用了这个非常好的包tcolorbox
来创建你的图像。
\documentclass{article}
\usepackage[most]{tcolorbox}
\usepackage{lipsum}
\begin{document}
\begin{tcolorbox}[enhanced,title=\textbf{Some overlapping text},coltitle=black,colframe=blue,colback=white,
attach boxed title to top left=
{xshift=3mm,yshift=-3mm,yshifttext=-1mm},
boxed title style={size=small,colframe=white, colback=white}]
\lipsum[1]
\end{tcolorbox}
\end{document}