It's actually a pretty recent addition to Pandoc. You can do spans too! See . On Wed, Sep 18, 2019, at 10:46 AM, Craig Parker wrote: > I had no idea this was even possible. I was trying to make life easier for folks on my end that don't know html. :::bob becoming
will be awesome. I've got a meeting in 15 minutes -- going to sing some more pandoc praise (coworkers must be getting sick of me singing by now...) > > Is this something specific to pandoc, github markdown, or what? > On 9/18/19 10:12 AM, BP Jonsson wrote: >> You can of course do it manually with divs in your Markdown as well: >> >> ````markdown >> :::shallow >> >> - a >> - b >> - c >> >> ::: >> >> :::deep >> >> - A >> - B >> >> - a >> - b >> - c >> >> - C >> >> ::: >> ```` >> >> and then in your CSS: >> >> ````css >> div.shallow > ul { /* style here */ } >> >> div.deep > ul { /* style here */ } >> ```` >> >> The main point is that Pandoc doesn't support attributes on most elements, so you have to put block elements inside a div and inline elements inside a span, set the attributes on the div/span and use a child selector in CSS. >> >> >> Den ons 18 sep. 2019 01:39John MacFarlane skrev: >>> Craig Parker writes: >>> >>> > So if I define a ul.shallow and a ul.deep in my css, you're saying a lua >>> > filter would render (in the html)
    and
      >> > class="deep"> ? >>> >>> No, I'm not saying that. >>> >>> You could write a lua filter that would identify "shallow" and >>> "deep" lists, and insert a div with class "shallow" or "deep" >>> around the list. >>> >>> Css could then have a rule like .shallow > ul or .deep > ul. >>> >>> > Are creating lua filters anything like coding in other languages? I know >>> > bash and PHP... >>> >>> sort of, yes. See the documentation for lua filters on the pandoc >>> website. >>> >>> -- >>> 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/yh480kr24eh4s5.fsf%40johnmacfarlane.net. >> -- >> 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/CAFC_yuQ3GEoYovUB%2Btg6iSs_hL9bDGq7RCoDT93GemZXz%2BCSYw%40mail.gmail.com . > -- > > Learn by Doing with Linux Academy Multicloud Training > > > *#1 Learn-by-Doing Multicloud Training Platform* > > > > *Craig Parker* > Technical Writer > Schedule a Meeting or Call > > 125 Bear Creek Parkway. Keller. Texas 76248 > LinuxAcademy.com > Learn faster and deeper with REAL Hands-On Labs. > > > > © Linux Academy, 2019. All Rights Reserved. > Pinehead® and the Linux Academy Logo® are registered trademarks of Linux Academy in the U.S. and other countries. Linux® is a registered trademark of Linus Torvalds in the U.S. and other countries. > > -- > 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/99b9af3a-c206-d664-3b58-d671eabd9116%40linuxacademy.com . -- 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/588b6121-81c2-4045-8f7d-94be86c04d43%40www.fastmail.com.