Consider the following MWnotE:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{mdframed} % noteboxes, boxes, etc.
\newmdenv{notebox}
\begin{document}
\section{Cats}
Here is an important theorem.
\begin{notebox}
Let $X$ be a graph with $k$ vertices. Then, the earth is flat.
\begin{proof}
It suffices to show that the following conditions hold:
\begin{itemize}
\item[Closure.]
\begin{equation*}
0/0 = 0
\end{equation*}
\end{itemize}
\end{proof}
\end{notebox}
\end{document}
It produces as output the following:
How do I fix this?



\item[Closure.]there if you just have one singular item? – Feb 08 '18 at 23:41\item[...]is not always the best way to achieve such things – Feb 08 '18 at 23:43\item Closure:(as an example), so that I get the bullet point and the label. – bzm3r Feb 08 '18 at 23:44\item Closurewill do ;-) – Feb 08 '18 at 23:44