If you want to style a paragraph with what's currently available you are better off wrapping the whole paragraph in a div because then you can use a CSS child selector: ````
Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.
```` and then in CSS: ```` #foo p { ... } ```` Den 1 jul 2017 12:22 skrev "许墨茗" : > Hope bracketed_spans extension can support direct modification of p tags. > eg: > > [Paragraph content]{.class key="value"} > > one will get > >

Paragraph content

> > instead of > >

Paragraph content

> > -- > 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To view this discussion on the web visit https://groups.google.com/d/ > msgid/pandoc-discuss/e22281a7-e919-4831-bc97-394a2a9ee857% > 40googlegroups.com > > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/CADAJKhAUQ234WRnLCpqG5oLJHG9CFHe4Pg23LHDW2ZE-tO6d8Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.