I suggest you add the following to your LaTeX preamble:

\usepackage{newunicodechar}
\newunicodechar{∗}{\textasteriskcentered}

and then use the raw character in your document

\begin{center}
∗ ∗ ∗
\end{center}


-- 
VH

This indeed fixes my issue with latex in terms of producing the correct dinkus display (*) when md->pdf, however this still is discarded by pandoc when producing an md->epub. The lines are simply removed (there is no dinkus and no additional space added between the separated sections).

--
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/9818aeda-5d0a-456d-9129-0fb746f39008%40googlegroups.com.