public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* footnote definitons: bug (?) with exclamation mark
@ 2021-12-15  8:55 ` denis.maier-NSENcxR/0n0
       [not found]   ` <574ba8e2f7094f00b7c1c7c92264655d-NSENcxR/0n0@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: denis.maier-NSENcxR/0n0 @ 2021-12-15  8:55 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Hi,

consider this MWE:

```
Test.[^1]

Test![^2]

Test!^[asdf]

[^1]: asdf

[^2]: asdf
```

Running pandoc on this example gives me this error/warning:
[WARNING] Note with key '2' defined at exclamation-bug.md line 7 column 1 but not used.

I'm on pandoc 2.16.2

Is it possible that the exclamation mark breaks the footnote definition? An inline footnote works just fine here.

Denis

-- 
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/574ba8e2f7094f00b7c1c7c92264655d%40unibe.ch.

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

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

* Re: footnote definitons: bug (?) with exclamation mark
       [not found]   ` <574ba8e2f7094f00b7c1c7c92264655d-NSENcxR/0n0@public.gmane.org>
@ 2021-12-15  9:42     ` Bastien DUMONT
  2021-12-15 10:57     ` jcr
  2021-12-15 15:30     ` John MacFarlane
  2 siblings, 0 replies; 5+ messages in thread
From: Bastien DUMONT @ 2021-12-15  9:42 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

In case it helps debugging, this problem does not appear with pandoc 2.14.1.

Le Wednesday 15 December 2021 à 08:55:55AM, denis.maier-NSENcxR/0n0@public.gmane.org a écrit :
> Hi,
> 
>  
> 
> consider this MWE:
> 
>  
> 
> ```
> 
> Test.[^1]
> 
>  
> 
> Test![^2]
> 
>  
> 
> Test!^[asdf]
> 
>  
> 
> [^1]: asdf
> 
>  
> 
> [^2]: asdf
> 
> ```
> 
>  
> 
> Running pandoc on this example gives me this error/warning:
> 
> [WARNING] Note with key '2' defined at exclamation-bug.md line 7 column 1 but
> not used.
> 
>  
> 
> I’m on pandoc 2.16.2
> 
>  
> 
> Is it possible that the exclamation mark breaks the footnote definition? An
> inline footnote works just fine here.
> 
>  
> 
> Denis
> 
> --
> 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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit [2]https://groups.google.com/d/msgid/
> pandoc-discuss/574ba8e2f7094f00b7c1c7c92264655d%40unibe.ch.
> 
> References:
> 
> [1] mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> [2] https://groups.google.com/d/msgid/pandoc-discuss/574ba8e2f7094f00b7c1c7c92264655d%40unibe.ch?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/Ybm4jdGectM5s2S9%40localhost.


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

* Re: footnote definitons: bug (?) with exclamation mark
       [not found]   ` <574ba8e2f7094f00b7c1c7c92264655d-NSENcxR/0n0@public.gmane.org>
  2021-12-15  9:42     ` Bastien DUMONT
@ 2021-12-15 10:57     ` jcr
  2021-12-15 15:30     ` John MacFarlane
  2 siblings, 0 replies; 5+ messages in thread
From: jcr @ 2021-12-15 10:57 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1203 bytes --]

I was bitten by this bug before you: 
https://github.com/jgm/pandoc/issues/7723. The fix should be in the next 
release of pandoc.

On Wednesday, December 15, 2021 at 9:56:00 AM UTC+1 denis...-NSENcxR/0n0@public.gmane.org wrote:

> Hi,
>
>  
>
> consider this MWE: 
>
>  
>
> ```
>
> Test.[^1]
>
>  
>
> Test![^2]
>
>  
>
> Test!^[asdf]
>
>  
>
> [^1]: asdf
>
>  
>
> [^2]: asdf
>
> ```
>
>  
>
> Running pandoc on this example gives me this error/warning:
>
> [WARNING] Note with key '2' defined at exclamation-bug.md line 7 column 1 
> but not used.
>
>  
>
> I’m on pandoc 2.16.2
>
>  
>
> Is it possible that the exclamation mark breaks the footnote definition? 
> An inline footnote works just fine here.
>
>  
>
> Denis 
>

-- 
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/48f6b6df-ab04-487b-8bdb-2a0e71cb75fdn%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2844 bytes --]

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

* Re: footnote definitons: bug (?) with exclamation mark
       [not found]   ` <574ba8e2f7094f00b7c1c7c92264655d-NSENcxR/0n0@public.gmane.org>
  2021-12-15  9:42     ` Bastien DUMONT
  2021-12-15 10:57     ` jcr
@ 2021-12-15 15:30     ` John MacFarlane
       [not found]       ` <m25yrp997o.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
  2 siblings, 1 reply; 5+ messages in thread
From: John MacFarlane @ 2021-12-15 15:30 UTC (permalink / raw)
  To: denis.maier-NSENcxR/0n0, pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw


This has already been fixed in master (bug #7723).

<denis.maier-NSENcxR/0n0@public.gmane.org> writes:

> Hi,
>
> consider this MWE:
>
> ```
> Test.[^1]
>
> Test![^2]
>
> Test!^[asdf]
>
> [^1]: asdf
>
> [^2]: asdf
> ```
>
> Running pandoc on this example gives me this error/warning:
> [WARNING] Note with key '2' defined at exclamation-bug.md line 7 column 1 but not used.
>
> I'm on pandoc 2.16.2
>
> Is it possible that the exclamation mark breaks the footnote definition? An inline footnote works just fine here.
>
> Denis
>
> -- 
> 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/574ba8e2f7094f00b7c1c7c92264655d%40unibe.ch.


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

* AW: footnote definitons: bug (?) with exclamation mark
       [not found]       ` <m25yrp997o.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
@ 2021-12-17  8:42         ` denis.maier-NSENcxR/0n0
  0 siblings, 0 replies; 5+ messages in thread
From: denis.maier-NSENcxR/0n0 @ 2021-12-17  8:42 UTC (permalink / raw)
  To: jgm-TVLZxgkOlNX2fBVCVOL8/A, pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw
  Cc: ffi.appdev-Re5JQEeQqe8AvxtiuMwx3w, bastien.dumont-VwIFZPTo/vqsTnJN9+BGXg

Great this is already fixed.
Thanks everyone for your help.

Denis

> -----Ursprüngliche Nachricht-----
> Von: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
> Gesendet: Mittwoch, 15. Dezember 2021 16:31
> An: Maier, Denis Christian (UB) <denis.maier-NSENcxR/0n0@public.gmane.org>; pandoc-
> discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> Betreff: Re: footnote definitons: bug (?) with exclamation mark
> 
> 
> This has already been fixed in master (bug #7723).
> 
> <denis.maier-NSENcxR/0n0@public.gmane.org> writes:
> 
> > Hi,
> >
> > consider this MWE:
> >
> > ```
> > Test.[^1]
> >
> > Test![^2]
> >
> > Test!^[asdf]
> >
> > [^1]: asdf
> >
> > [^2]: asdf
> > ```
> >
> > Running pandoc on this example gives me this error/warning:
> > [WARNING] Note with key '2' defined at exclamation-bug.md line 7 column
> 1 but not used.
> >
> > I'm on pandoc 2.16.2
> >
> > Is it possible that the exclamation mark breaks the footnote definition? An
> inline footnote works just fine here.
> >
> > Denis
> >
> > --
> > 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/574ba8e2f7094f00b7c1c7c92264655d%40unibe.ch.

-- 
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/40ec6eb7f7514ca88a3777dc7eff7790%40unibe.ch.


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

end of thread, other threads:[~2021-12-17  8:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AdfxkP96Pm83XoPlS5aoEwhbUBmSgw==>
2021-12-15  8:55 ` footnote definitons: bug (?) with exclamation mark denis.maier-NSENcxR/0n0
     [not found]   ` <574ba8e2f7094f00b7c1c7c92264655d-NSENcxR/0n0@public.gmane.org>
2021-12-15  9:42     ` Bastien DUMONT
2021-12-15 10:57     ` jcr
2021-12-15 15:30     ` John MacFarlane
     [not found]       ` <m25yrp997o.fsf-d8241O7hbXoP5tpWdHSM3tPlBySK3R6THiGdP5j34PU@public.gmane.org>
2021-12-17  8:42         ` AW: " denis.maier-NSENcxR/0n0

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