I like being able to write markdown within html (e.g. div tags).
I'd also like to do the same in latex environments. For example, in a beamer presentation:
\note{ This _could_ **be** *formatted* }
or
\begin{blockquote}
This _could_ **be** *formatted*
\end{blockquote}
Is there currently any simple way of doing this with pandoc?