Internal section link fails in beamer output of pandoc markdown
问题 I have tried the answer to this question, but I can't get the internal section links in Pandoc to work with the Latex Beamer output. Following the Pandoc Documentation, I have created this minimal working example: # Part One {#part-one} ## Section One {#section-one} ### Frame one {#frame-one} - Items... ### Frame two {#frame-two} - Items... - Link to [Section One](#section-one) And built it using: pandoc \ --table-of-contents \ -s -t beamer test.md \ -o test.pdf The built LaTex Beamer pdf