I am trying to use square brackets at the very beginning of an item in an enumerate statement (but not as the item label itself). So, I want something like:
\item [Short term] blah blah
To show up as:
1. [Short term] blah blah
Instead it shows up as:
Short term blah blah
without any indenting.
What is going wrong and how can I fix this?