From 17725a0661dabd8d8b9203adbe08fe9e4c6780fe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Mar 2018 10:02:08 -0700 Subject: 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. --- test/command/4016.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/command/4016.md') 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 ^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} -- cgit v1.2.3