Hi This simple example of prolog ```{.prolog} afact("Fact"). ``` gets converted into this html (please note the class="er" around "Fact", straight pandoc cmd with no options)
afact("Fact").
and this latex (please note the ErrorTok{Fact}) \begin{Shaded} \begin{Highlighting}[] \NormalTok{afact(}\OtherTok{"}\ErrorTok{Fact}\OtherTok{"}\NormalTok{)}\KeywordTok{.} \end{Highlighting} \end{Shaded} I am a complete Prolog noob, but that looks fine to me and SWI Prolog accepts it. Why is it marked as an error token? It results in a bold red font with pygments, quite eye-piercing. Thanks Antonio -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/34ee4a2d-b80d-4a44-acca-c68fc55fb380n%40googlegroups.com.