> Hi,
> I'm trying to convert a code block containing some Erlang code, but most
> of the input disappears. For example, in my erlang.md I have:
> ~~~ {.erlang}
> -module(match).
> -export([start/0]).
> start() ->
> P = self().
> ~~~
> But `pandoc erlang.md` produces:
> <pre class="sourceCode erlang"><code class="sourceCode erlang"><span
> class="kw">-module</span><span class="fu">(</span><span
> class="ch">match</span>
> </code></pre>
> That is, everything after match in the first line vanishes. When I
> remove the {.erlang} attribute the output is as expected, same as for a
> different language attribute like {.haskell}.
> So it seems to me that the Erlang highlighting is broken.
> My version is:
> $ pandoc --version
> pandoc 1.9.4.2
> Compiled with citeproc-hs 0.3.5, texmath 0.6.1.1, highlighting-kate 0.5.3.2.
> ..., Erlang, ...
> Regards,
> Björn
> --
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To post to this group, send email to pandoc-discuss@googlegroups.com.
> To unsubscribe from this group, send email to pandoc-discuss+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.