I'm trying this:
\documentclass{article}
\usepackage{fancyvrb}
\fvset{commandchars=\|}
\begin{document}
\begin{Verbatim}
Hello, |\textbf{world}|!
\end{Verbatim}
\end{document}
However, I'm getting this:
! Improper alphabetic constant.
<to be read again>
\relax
l.5 \begin{Verbatim}
I need to have an ability to place any TeX syntax inside the |...| escape. What is the right way to do this?
