public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* revealjs' "data-auto-animate" not passing through?
@ 2023-10-04 12:45 Joseph Reagle
       [not found] ` <875872a0-d638-4c4c-a4e4-fa4b09262d13-T1oY19WcHSwdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph Reagle @ 2023-10-04 12:45 UTC (permalink / raw)
  To: pandoc-discuss

Has anyone use data-auto-animate in their markdown-2-reveals conversions. The following doesn't work. First, I'm setting `data-auto-animate` to true so it's seen as an attribute. Neither of the following work as I'd expect.

```
## Auto-animate {data-auto-animate=true}

## Auto-animated {data-auto-animate=true style="margin-top: 10px; color: red;"}


## {data-auto-animate=true}

Auto-animate

## {data-auto-animate=true}

[Auto-animated]{style="margin-top: 100px; color: red;"}


```


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

* Re: revealjs' "data-auto-animate" not passing through?
       [not found] ` <875872a0-d638-4c4c-a4e4-fa4b09262d13-T1oY19WcHSwdnm+yROfE0A@public.gmane.org>
@ 2023-10-04 18:26   ` John MacFarlane
       [not found]     ` <94F47580-8DEF-4F67-90C6-720190E13631-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2023-10-04 18:26 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Pandoc is putting the attribute on the h2, but it needs to be moved to the encompassing section, presumably.  Maybe put up an issue about this?


> On Oct 4, 2023, at 5:45 AM, Joseph Reagle <joseph.2011-T1oY19WcHSwdnm+yROfE0A@public.gmane.org> wrote:
> 
> Has anyone use data-auto-animate in their markdown-2-reveals conversions. The following doesn't work. First, I'm setting `data-auto-animate` to true so it's seen as an attribute. Neither of the following work as I'd expect.
> 
> ```
> ## Auto-animate {data-auto-animate=true}
> 
> ## Auto-animated {data-auto-animate=true style="margin-top: 10px; color: red;"}
> 
> 
> ## {data-auto-animate=true}
> 
> Auto-animate
> 
> ## {data-auto-animate=true}
> 
> [Auto-animated]{style="margin-top: 100px; color: red;"}
> 
> 
> ```
> 
> -- 
> 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/875872a0-d638-4c4c-a4e4-fa4b09262d13%40reagle.org.


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

* Re: revealjs' "data-auto-animate" not passing through?
       [not found]     ` <94F47580-8DEF-4F67-90C6-720190E13631-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2023-10-05 12:53       ` Joseph Reagle
  0 siblings, 0 replies; 3+ messages in thread
From: Joseph Reagle @ 2023-10-05 12:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Okay: https://github.com/jgm/pandoc/issues/9123

On 10/4/23 14:26, John MacFarlane wrote:
> Pandoc is putting the attribute on the h2, but it needs to be moved to the encompassing section, presumably.  Maybe put up an issue about this?


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

end of thread, other threads:[~2023-10-05 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-04 12:45 revealjs' "data-auto-animate" not passing through? Joseph Reagle
     [not found] ` <875872a0-d638-4c4c-a4e4-fa4b09262d13-T1oY19WcHSwdnm+yROfE0A@public.gmane.org>
2023-10-04 18:26   ` John MacFarlane
     [not found]     ` <94F47580-8DEF-4F67-90C6-720190E13631-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2023-10-05 12:53       ` Joseph Reagle

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