In my document it often happens that I ask a question, which I mark by making the text bold. I'd like to additionally place a 2-3mm grey rule to either the left-hand or the right-hand side of the text as shown in this example:
Is it possible to make this into an environment so I can merely write \question{....}? Currently I haven't decided whether I want this rule to the left or the right side of the question, but would like to see how this can be done.
Here is my MWE so far, which has everything beside the rule:
\documentclass[a5paper, 14pt]{memoir} \usepackage{lipsum} \begin{document} \chapter{One} \textbf{This is a question?} And here is the answer. And here is the answer. And here is the answer. And here is the answer. And here is the answer. \end{document} 


