public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Incremental show for code blocks and tables?
@ 2014-06-28 16:01 Adelbert Chang
       [not found] ` <24de9d9c-bf15-4289-9edf-d88d5daae666-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Adelbert Chang @ 2014-06-28 16:01 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Hey,

Was wondering if it's possible to treat code blocks and/or tables as an 
"increment" when having bullet points?

e.g.

# Foo
- bar
    - baz
- ```scala
  some code here
  ```
-quux

And for each click, show bar, then baz, then the code block, then quux?

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 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/24de9d9c-bf15-4289-9edf-d88d5daae666%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Incremental show for code blocks and tables?
       [not found] ` <24de9d9c-bf15-4289-9edf-d88d5daae666-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-06-28 19:20   ` Daniel Staal
  2014-06-28 21:26     ` Adelbert Chang
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Staal @ 2014-06-28 19:20 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

--As of June 28, 2014 9:01:00 AM -0700, Adelbert Chang is alleged to have 
said:

> Was wondering if it's possible to treat code blocks and/or tables as an
> "increment" when having bullet points?
>
>
> e.g.
>
>
># Foo
> - bar
>     - baz
> - ```scala
>   some code here
>   ```
> -quux
>
>
> And for each click, show bar, then baz, then the code block, then quux?

--As for the rest, it is mine.

I think some of the slide show formats would allow that, though you may 
need to assign a class to something.

For most of the other formats the request doesn't make sense: You aren't 
executing code, you are reading a static document.

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Incremental show for code blocks and tables?
  2014-06-28 19:20   ` Daniel Staal
@ 2014-06-28 21:26     ` Adelbert Chang
       [not found]       ` <391ee49f-8836-4acb-b918-e4c2286ec99b-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Adelbert Chang @ 2014-06-28 21:26 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Ah right, I forgot to mention this would be in the context of generating 
Beamer slides, if that makes a difference? I can't seem to find the 
syntax/option for it..

On Saturday, June 28, 2014 12:20:29 PM UTC-7, Daniel Staal wrote:
>
> --As of June 28, 2014 9:01:00 AM -0700, Adelbert Chang is alleged to have 
> said: 
>
> > Was wondering if it's possible to treat code blocks and/or tables as an 
> > "increment" when having bullet points? 
> > 
> > 
> > e.g. 
> > 
> > 
> ># Foo 
> > - bar 
> >     - baz 
> > - ```scala 
> >   some code here 
> >   ``` 
> > -quux 
> > 
> > 
> > And for each click, show bar, then baz, then the code block, then quux? 
>
> --As for the rest, it is mine. 
>
> I think some of the slide show formats would allow that, though you may 
> need to assign a class to something. 
>
> For most of the other formats the request doesn't make sense: You aren't 
> executing code, you are reading a static document. 
>
> Daniel T. Staal 
>
> --------------------------------------------------------------- 
> This email copyright the author.  Unless otherwise noted, you 
> are expressly allowed to retransmit, quote, or otherwise use 
> the contents for non-commercial purposes.  This copyright will 
> expire 5 years after the author's death, or in 30 years, 
> whichever is longer, unless such a period is in excess of 
> local copyright law. 
> --------------------------------------------------------------- 
>

-- 
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/391ee49f-8836-4acb-b918-e4c2286ec99b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Incremental show for code blocks and tables?
       [not found]       ` <391ee49f-8836-4acb-b918-e4c2286ec99b-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-06-28 21:52         ` Matthew Pickering
       [not found]           ` <CALuQ0m8Scu+H3tvJyyFvOupq5L8wguHzEbk9b5JeJYA_d7iHrw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Pickering @ 2014-06-28 21:52 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

From the documentation

> Incremental lists
> By default, these writers produces lists that display “all at once.” If you want your lists to display incrementally (one item at a time), use the -i option. If you want a particular list to depart from the default (that is, to display incrementally without the -i option and all at once with the -i option), put it in a block quote:
> > - Eat spaghetti
> > - Drink wine
> In this way incremental and nonincremental lists can be mixed in a single document.

Does this help you?

On Sat, Jun 28, 2014 at 10:26 PM, Adelbert Chang <adelbertc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
> Ah right, I forgot to mention this would be in the context of generating
> Beamer slides, if that makes a difference? I can't seem to find the
> syntax/option for it..
>
>
> On Saturday, June 28, 2014 12:20:29 PM UTC-7, Daniel Staal wrote:
>>
>> --As of June 28, 2014 9:01:00 AM -0700, Adelbert Chang is alleged to have
>> said:
>>
>> > Was wondering if it's possible to treat code blocks and/or tables as an
>> > "increment" when having bullet points?
>> >
>> >
>> > e.g.
>> >
>> >
>> ># Foo
>> > - bar
>> >     - baz
>> > - ```scala
>> >   some code here
>> >   ```
>> > -quux
>> >
>> >
>> > And for each click, show bar, then baz, then the code block, then quux?
>>
>> --As for the rest, it is mine.
>>
>> I think some of the slide show formats would allow that, though you may
>> need to assign a class to something.
>>
>> For most of the other formats the request doesn't make sense: You aren't
>> executing code, you are reading a static document.
>>
>> Daniel T. Staal
>>
>> ---------------------------------------------------------------
>> This email copyright the author.  Unless otherwise noted, you
>> are expressly allowed to retransmit, quote, or otherwise use
>> the contents for non-commercial purposes.  This copyright will
>> expire 5 years after the author's death, or in 30 years,
>> whichever is longer, unless such a period is in excess of
>> local copyright law.
>> ---------------------------------------------------------------
>
> --
> 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/391ee49f-8836-4acb-b918-e4c2286ec99b%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/CALuQ0m8Scu%2BH3tvJyyFvOupq5L8wguHzEbk9b5JeJYA_d7iHrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Incremental show for code blocks and tables?
       [not found]           ` <CALuQ0m8Scu+H3tvJyyFvOupq5L8wguHzEbk9b5JeJYA_d7iHrw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-06-28 22:36             ` Adelbert Chang
       [not found]               ` <eb26c302-67f3-4197-98f9-c5546d61f31a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Adelbert Chang @ 2014-06-28 22:36 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Right, incremental lists have been working fine for me, but is it possible 
to make code blocks and/or tables appear incrementally as well? e.g.

# Foo
- bar
    - baz
```scala
some code here
```
-quux

And for each click, show bar, then baz, then the code block, then quux?

On Saturday, June 28, 2014 2:53:04 PM UTC-7, Matthew Pickering wrote:
>
> From the documentation 
>
> > Incremental lists 
> > By default, these writers produces lists that display “all at once.” If 
> you want your lists to display incrementally (one item at a time), use the 
> -i option. If you want a particular list to depart from the default (that 
> is, to display incrementally without the -i option and all at once with the 
> -i option), put it in a block quote: 
> > > - Eat spaghetti 
> > > - Drink wine 
> > In this way incremental and nonincremental lists can be mixed in a 
> single document. 
>
> Does this help you? 
>
> On Sat, Jun 28, 2014 at 10:26 PM, Adelbert Chang <adel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org 
> <javascript:>> wrote: 
> > Ah right, I forgot to mention this would be in the context of generating 
> > Beamer slides, if that makes a difference? I can't seem to find the 
> > syntax/option for it.. 
> > 
> > 
> > On Saturday, June 28, 2014 12:20:29 PM UTC-7, Daniel Staal wrote: 
> >> 
> >> --As of June 28, 2014 9:01:00 AM -0700, Adelbert Chang is alleged to 
> have 
> >> said: 
> >> 
> >> > Was wondering if it's possible to treat code blocks and/or tables as 
> an 
> >> > "increment" when having bullet points? 
> >> > 
> >> > 
> >> > e.g. 
> >> > 
> >> > 
> >> ># Foo 
> >> > - bar 
> >> >     - baz 
> >> > - ```scala 
> >> >   some code here 
> >> >   ``` 
> >> > -quux 
> >> > 
> >> > 
> >> > And for each click, show bar, then baz, then the code block, then 
> quux? 
> >> 
> >> --As for the rest, it is mine. 
> >> 
> >> I think some of the slide show formats would allow that, though you may 
> >> need to assign a class to something. 
> >> 
> >> For most of the other formats the request doesn't make sense: You 
> aren't 
> >> executing code, you are reading a static document. 
> >> 
> >> Daniel T. Staal 
> >> 
> >> --------------------------------------------------------------- 
> >> This email copyright the author.  Unless otherwise noted, you 
> >> are expressly allowed to retransmit, quote, or otherwise use 
> >> the contents for non-commercial purposes.  This copyright will 
> >> expire 5 years after the author's death, or in 30 years, 
> >> whichever is longer, unless such a period is in excess of 
> >> local copyright law. 
> >> --------------------------------------------------------------- 
> > 
> > -- 
> > 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-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
> <javascript:>. 
> > To view this discussion on the web visit 
> > 
> https://groups.google.com/d/msgid/pandoc-discuss/391ee49f-8836-4acb-b918-e4c2286ec99b%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/eb26c302-67f3-4197-98f9-c5546d61f31a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Incremental show for code blocks and tables?
       [not found]               ` <eb26c302-67f3-4197-98f9-c5546d61f31a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2014-06-28 22:55                 ` Matthew Pickering
       [not found]                   ` <CALuQ0m-Byh95bgJ59rpWwgMq85EZ=xeKGNUFU2ZDxnVTPV2j6A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Matthew Pickering @ 2014-06-28 22:55 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

It works fine for me, I suspect the problem is with your source file. It
might help to inspect the result of the command `pandoc -f markdown -t
native ....` and see if your list is being parsed as a list or not. From
inspection you probably at least need a - before the codeblock to signify a
new list item.
On 29 Jun 2014 00:36, "Adelbert Chang" <adelbertc-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:

> Right, incremental lists have been working fine for me, but is it possible
> to make code blocks and/or tables appear incrementally as well? e.g.
>
> # Foo
> - bar
>     - baz
> ```scala
> some code here
> ```
> -quux
>
> And for each click, show bar, then baz, then the code block, then quux?
>
> On Saturday, June 28, 2014 2:53:04 PM UTC-7, Matthew Pickering wrote:
>>
>> From the documentation
>>
>> > Incremental lists
>> > By default, these writers produces lists that display “all at once.” If
>> you want your lists to display incrementally (one item at a time), use the
>> -i option. If you want a particular list to depart from the default (that
>> is, to display incrementally without the -i option and all at once with the
>> -i option), put it in a block quote:
>> > > - Eat spaghetti
>> > > - Drink wine
>> > In this way incremental and nonincremental lists can be mixed in a
>> single document.
>>
>> Does this help you?
>>
>> On Sat, Jun 28, 2014 at 10:26 PM, Adelbert Chang <adel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> wrote:
>> > Ah right, I forgot to mention this would be in the context of
>> generating
>> > Beamer slides, if that makes a difference? I can't seem to find the
>> > syntax/option for it..
>> >
>> >
>> > On Saturday, June 28, 2014 12:20:29 PM UTC-7, Daniel Staal wrote:
>> >>
>> >> --As of June 28, 2014 9:01:00 AM -0700, Adelbert Chang is alleged to
>> have
>> >> said:
>> >>
>> >> > Was wondering if it's possible to treat code blocks and/or tables as
>> an
>> >> > "increment" when having bullet points?
>> >> >
>> >> >
>> >> > e.g.
>> >> >
>> >> >
>> >> ># Foo
>> >> > - bar
>> >> >     - baz
>> >> > - ```scala
>> >> >   some code here
>> >> >   ```
>> >> > -quux
>> >> >
>> >> >
>> >> > And for each click, show bar, then baz, then the code block, then
>> quux?
>> >>
>> >> --As for the rest, it is mine.
>> >>
>> >> I think some of the slide show formats would allow that, though you
>> may
>> >> need to assign a class to something.
>> >>
>> >> For most of the other formats the request doesn't make sense: You
>> aren't
>> >> executing code, you are reading a static document.
>> >>
>> >> Daniel T. Staal
>> >>
>> >> ---------------------------------------------------------------
>> >> This email copyright the author.  Unless otherwise noted, you
>> >> are expressly allowed to retransmit, quote, or otherwise use
>> >> the contents for non-commercial purposes.  This copyright will
>> >> expire 5 years after the author's death, or in 30 years,
>> >> whichever is longer, unless such a period is in excess of
>> >> local copyright law.
>> >> ---------------------------------------------------------------
>> >
>> > --
>> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> > To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>> > To view this discussion on the web visit
>> > https://groups.google.com/d/msgid/pandoc-discuss/391ee49f-
>> 8836-4acb-b918-e4c2286ec99b%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/eb26c302-67f3-4197-98f9-c5546d61f31a%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/eb26c302-67f3-4197-98f9-c5546d61f31a%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> 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/CALuQ0m-Byh95bgJ59rpWwgMq85EZ%3DxeKGNUFU2ZDxnVTPV2j6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Incremental show for code blocks and tables?
       [not found]                   ` <CALuQ0m-Byh95bgJ59rpWwgMq85EZ=xeKGNUFU2ZDxnVTPV2j6A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2014-06-28 23:40                     ` Adelbert Chang
  0 siblings, 0 replies; 7+ messages in thread
From: Adelbert Chang @ 2014-06-28 23:40 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Hm it does look it's being parsed as a bullet list, but it's not parsing 
the table as a table. Here's some more info I gathered, including a snippet 
of the source, the rendered output, the command I use to "compile", and the 
output from the command you gave me:

https://gist.github.com/adelbertc/7fa85a4a0961e8447282

On Saturday, June 28, 2014 3:55:46 PM UTC-7, Matthew Pickering wrote:
>
> It works fine for me, I suspect the problem is with your source file. It 
> might help to inspect the result of the command `pandoc -f markdown -t 
> native ....` and see if your list is being parsed as a list or not. From 
> inspection you probably at least need a - before the codeblock to signify a 
> new list item.
> On 29 Jun 2014 00:36, "Adelbert Chang" <adel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> 
> wrote:
>
>> Right, incremental lists have been working fine for me, but is it 
>> possible to make code blocks and/or tables appear incrementally as well? 
>> e.g.
>>
>> # Foo
>> - bar
>>     - baz
>> ```scala
>> some code here
>> ```
>> -quux
>>
>> And for each click, show bar, then baz, then the code block, then quux?
>>
>> On Saturday, June 28, 2014 2:53:04 PM UTC-7, Matthew Pickering wrote:
>>>
>>> From the documentation 
>>>
>>> > Incremental lists 
>>> > By default, these writers produces lists that display “all at once.” 
>>> If you want your lists to display incrementally (one item at a time), use 
>>> the -i option. If you want a particular list to depart from the default 
>>> (that is, to display incrementally without the -i option and all at once 
>>> with the -i option), put it in a block quote: 
>>> > > - Eat spaghetti 
>>> > > - Drink wine 
>>> > In this way incremental and nonincremental lists can be mixed in a 
>>> single document. 
>>>
>>> Does this help you? 
>>>
>>> On Sat, Jun 28, 2014 at 10:26 PM, Adelbert Chang <adel...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 
>>> wrote: 
>>> > Ah right, I forgot to mention this would be in the context of 
>>> generating 
>>> > Beamer slides, if that makes a difference? I can't seem to find the 
>>> > syntax/option for it.. 
>>> > 
>>> > 
>>> > On Saturday, June 28, 2014 12:20:29 PM UTC-7, Daniel Staal wrote: 
>>> >> 
>>> >> --As of June 28, 2014 9:01:00 AM -0700, Adelbert Chang is alleged to 
>>> have 
>>> >> said: 
>>> >> 
>>> >> > Was wondering if it's possible to treat code blocks and/or tables 
>>> as an 
>>> >> > "increment" when having bullet points? 
>>> >> > 
>>> >> > 
>>> >> > e.g. 
>>> >> > 
>>> >> > 
>>> >> ># Foo 
>>> >> > - bar 
>>> >> >     - baz 
>>> >> > - ```scala 
>>> >> >   some code here 
>>> >> >   ``` 
>>> >> > -quux 
>>> >> > 
>>> >> > 
>>> >> > And for each click, show bar, then baz, then the code block, then 
>>> quux? 
>>> >> 
>>> >> --As for the rest, it is mine. 
>>> >> 
>>> >> I think some of the slide show formats would allow that, though you 
>>> may 
>>> >> need to assign a class to something. 
>>> >> 
>>> >> For most of the other formats the request doesn't make sense: You 
>>> aren't 
>>> >> executing code, you are reading a static document. 
>>> >> 
>>> >> Daniel T. Staal 
>>> >> 
>>> >> --------------------------------------------------------------- 
>>> >> This email copyright the author.  Unless otherwise noted, you 
>>> >> are expressly allowed to retransmit, quote, or otherwise use 
>>> >> the contents for non-commercial purposes.  This copyright will 
>>> >> expire 5 years after the author's death, or in 30 years, 
>>> >> whichever is longer, unless such a period is in excess of 
>>> >> local copyright law. 
>>> >> --------------------------------------------------------------- 
>>> > 
>>> > -- 
>>> > 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-discus...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 
>>> > To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org 
>>> > To view this discussion on the web visit 
>>> > https://groups.google.com/d/msgid/pandoc-discuss/391ee49f-
>>> 8836-4acb-b918-e4c2286ec99b%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-discus...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>.
>> To post to this group, send email to pandoc-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org 
>> <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/pandoc-discuss/eb26c302-67f3-4197-98f9-c5546d61f31a%40googlegroups.com 
>> <https://groups.google.com/d/msgid/pandoc-discuss/eb26c302-67f3-4197-98f9-c5546d61f31a%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> 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/7e8e3351-cc88-4d81-8505-a258213ba3aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-28 23:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-28 16:01 Incremental show for code blocks and tables? Adelbert Chang
     [not found] ` <24de9d9c-bf15-4289-9edf-d88d5daae666-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-06-28 19:20   ` Daniel Staal
2014-06-28 21:26     ` Adelbert Chang
     [not found]       ` <391ee49f-8836-4acb-b918-e4c2286ec99b-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-06-28 21:52         ` Matthew Pickering
     [not found]           ` <CALuQ0m8Scu+H3tvJyyFvOupq5L8wguHzEbk9b5JeJYA_d7iHrw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-28 22:36             ` Adelbert Chang
     [not found]               ` <eb26c302-67f3-4197-98f9-c5546d61f31a-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2014-06-28 22:55                 ` Matthew Pickering
     [not found]                   ` <CALuQ0m-Byh95bgJ59rpWwgMq85EZ=xeKGNUFU2ZDxnVTPV2j6A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-28 23:40                     ` Adelbert Chang

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).