Hi, Sorry to revive this old topic, but I have an issue when trying to wrap markdown with minipages as follows: This piece works correctly \Begin{minipage}{\textwidth} ###Rockets \Begin{minipage}{0.45\textwidth} \vspace{0pt} What do you know about rockets: - How rockets work? - What would it take to ensure that rockets are safe? - What types of rockets do you know? \End{minipage} \hspace{0.05\linewidth} \Begin{minipage}{0.45\textwidth} \vspace{0pt} ![](https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Soyuz_rocket_ASTP.jpg/1200px-Soyuz_rocket_ASTP.jpg) \End{minipage} \End{minipage} Where as when using top alignment in the minipage, the snippet stops working and pandoc cannot compile it. \Begin{minipage}[t]{\textwidth} ###Rockets \Begin{minipage}[t]{0.45\textwidth} \vspace{0pt} What do you know about rockets: - How rockets work? - What would it take to ensure that rockets are safe? - What types of rockets do you know? \End{minipage} \hspace{0.05\linewidth} \Begin{minipage}[t]{0.45\textwidth} \vspace{0pt} ![](https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/Soyuz_rocket_ASTP.jpg/1200px-Soyuz_rocket_ASTP.jpg) \End{minipage} \End{minipage} So it is mostly about adding the *[t] *to the minipage, any ideas on how to get it working ? On Wednesday, October 14, 2015 at 10:48:00 PM UTC+2, Yihui Xie wrote: > > Hi, > > I see there is a Markdown extension "markdown_in_html_blocks", and I'm > wondering if it is possible to do the similar thing for raw LaTeX blocks, > e.g. convert > > \begin{foo} > This is **Markdown**. > \end{foo} > > to > > \begin{foo} > This is \textbf{Markdown}. > \end{foo} > > Thanks, > Yihui > -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ba933a06-e6e4-4692-a0d6-31aea454ee41%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.