public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: "John Gabriele" <jgabriele-97jfqw80gc6171pxa8y+qA@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: Easy collapsible sections with markdown
Date: Wed, 17 Jun 2020 12:21:52 -0400	[thread overview]
Message-ID: <bc3154d4-4405-40c8-b68d-fca993a15539@www.fastmail.com> (raw)
In-Reply-To: <7309650e-0a39-4912-b027-dde817edd6d7o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2071 bytes --]

Wow! That's great! Did not know about that. Thanks!


On Wed, Jun 17, 2020, at 7:12 AM, boardtc wrote:
> Probably everyone know how to do this.
> 
> I had a long first section in my markdown that I could fold in my editor but found myself scrolling in the html and thought wouldn't it be handy if that was folded to.
> 
> I had a google and found the github page <https://gist.github.com/pierrejoubert73/902cc94d79424356a8d20be2b382e1ab> with instructions on how to do it, wrapping in a details tag:
> 
> `# A collapsible section with markdown
<details>
  <summary>Click to expand!</summary>
  
  ## Heading
  1. A numbered
  2. list
     * With some
     * Sub bullets
</details>
> 
> I added it, did a Pandoc conversion and very unexpectedly it worked perfectly!!! Fantastic :-)
> 
> Googling "collapsible section Pandoc markdown" did not find any Pandoc help but then looking at the HTML source I leaned about the HTML details tag <https://www.w3schools.com/tags/tag_details.asp> and it was not markdown at all.
> 
> Everyday is a schoolday!"
`
> 
> 
> 

> --
>  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/7309650e-0a39-4912-b027-dde817edd6d7o%40googlegroups.com <https://groups.google.com/d/msgid/pandoc-discuss/7309650e-0a39-4912-b027-dde817edd6d7o%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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/bc3154d4-4405-40c8-b68d-fca993a15539%40www.fastmail.com.

[-- Attachment #2: Type: text/html, Size: 2990 bytes --]

      parent reply	other threads:[~2020-06-17 16:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-17 11:12 boardtc
     [not found] ` <7309650e-0a39-4912-b027-dde817edd6d7o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-17 15:51   ` Gwern Branwen
2020-06-17 16:21   ` John Gabriele [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bc3154d4-4405-40c8-b68d-fca993a15539@www.fastmail.com \
    --to=jgabriele-97jfqw80gc6171pxa8y+qa@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).