How to center a text line within an itemize enivornment ?
What I tried:
\documentclass[a4paper]{article}
\begin{document}
\begin{itemize}
\item {\centering text to center}
\end{itemize}
\end{document}
But the text is not centered, but on the left.
