Propose adding support for LaTeX documents. Just as ctrl+v in the Markdown grammars produces something like ![][image-filename.png], could have the action produce something like:
\begin{figure}
\caption{Optional caption that could be set in modal or defaulted or unused}
\centering
\includegraphics[width=0.5\textwidth]{image-filename}
\end{figure}
Propose adding support for LaTeX documents. Just as
ctrl+vin the Markdown grammars produces something like![][image-filename.png], could have the action produce something like: