When I try the following MWE in pandoc markdown I get puzzlingly different output

```
## Slide title ##

| A  | B   | C  |
|:---|:---:|---:|
| 0  | 7   | 8  |
| 2  | 4   | 3  |
| 1  | 2   | 7  |

  : A table 
```

When I try

pandoc -f markdown -t pdf -s -o table.pdf table.md


I get what I expect:
Screenshot 2023-03-23 at 15.54.34.png
But when I try

pandoc -f markdown -t beamer -s -o table.pdf table.md


I get a missing bottomrule:
Screenshot 2023-03-23 at 15.54.42.png
Any ideas as to why? I'm not using any weird packages, etc., this is all absolutely default stuff. When comparing the .tex output for both latex and beamer, the code for the table itself is the same. So is this a bad interaction between longtable and beamer, or caused by something else in the beamer implementation in pandoc?

--
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/bb027d19-3062-47a7-98b8-64d164808099n%40googlegroups.com.