Ahem, I thought wrong: Pandoc actually treats horizontal rules as text if there are attributes in the same line.

On Wednesday, August 25, 2021 at 9:08:13 PM UTC+2 Axel Rauschmayer wrote:

Thanks for all the suggestions!

With the right settings, some horizontal rule syntaxes do indeed work:

% echo '___{.pause}' | pandoc --from=commonmark+attributes
<p><span class="pause">___</span></p>
% echo '***{.pause}' | pandoc --from=commonmark+attributes
<p><span class="pause">***</span></p>
% echo '---{.pause}' | pandoc --from=commonmark+attributes
<p>--<span class="pause">-</span></p>

--
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/b77d6ced-e951-4fec-8bb3-5ad8ed1c76a4n%40googlegroups.com.