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/60bb4763-544c-4a15-b09c-d545aa60dcb1n%40googlegroups.com.