diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-03-13 10:02:08 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-13 10:03:51 -0700 |
commit | 17725a0661dabd8d8b9203adbe08fe9e4c6780fe (patch) | |
tree | d710a78941784ec8294e90a75953b48e121601d2 /test | |
parent | f921b388699dc870d5190c55904d9732e9770874 (diff) | |
download | pandoc-17725a0661dabd8d8b9203adbe08fe9e4c6780fe.tar.gz |
Beamer: put hyperlink after `\begin{frame}`.
and not in the title. If it's in the title, then we get
a titlebar on slides with the `plain` attribute, when
the id is non-null. This fixes a regression from 1.9.x.
Closes #4307.
Diffstat (limited to 'test')
-rw-r--r-- | test/command/1710.md | 5 | ||||
-rw-r--r-- | test/command/4016.md | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/test/command/1710.md b/test/command/1710.md index d14f1217f..d20dfe191 100644 --- a/test/command/1710.md +++ b/test/command/1710.md @@ -54,9 +54,8 @@ ok </div> </div> ^D -\begin{frame}{% -\protect\hypertarget{slide-one}{% -Slide one}} +\begin{frame}{Slide one} +\protect\hypertarget{slide-one}{} \begin{columns}[T] \begin{column}{0.40\textwidth} diff --git a/test/command/4016.md b/test/command/4016.md index 69ad1c911..3918251c6 100644 --- a/test/command/4016.md +++ b/test/command/4016.md @@ -13,9 +13,8 @@ pandoc -t beamer </div> </div> ^D -\begin{frame}{% -\protect\hypertarget{level-2-blocks}{% -Level 2 blocks}} +\begin{frame}{Level 2 blocks} +\protect\hypertarget{level-2-blocks}{} \begin{columns}[T] \begin{column}{0.40\textwidth} |