If I have a new list environment like so:
\newenvironment{textblockX}
{
\begin{list}
{Question}
{}
}
{
\end{list}
}
How would I refer to an item of the list within the environment? As an example, how could I modify the code above such that every entry is now bold, but the word question stays in normal text? Is this where the ##1 is used?
