Hi, Is there a way with commonmark reader to parse smallcaps as real SmallCaps instead of Spans ? ``` >echo '[foo]{.smallcaps}' | pandoc -f commonmark_x -t native [ Para [ Span ( "" , [ "smallcaps" ] , [] ) [ Str "foo" ] ]] ``` I'd like to have the same behaviour as markdown reader: ``` > echo '[foo]{.smallcaps}' | pandoc -f markdown -t native [ Para [ SmallCaps [ Str "foo" ] ] ] ``` Thanks! -- 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/ca3dba29-5b52-4bc3-9d97-3ca09764277bn%40googlegroups.com.