I've generated a pdf report with internal link by R markdown. In the first page an anchor or a label is defined and it is referred after page 3. This is a one way link (return-link doesn't need) and text color in red, so no bookmark is needed. How to suspend bookmark (make bookmark in visible) ?
---
title: ''
header-includes:
- \usepackage{fancyhdr}
- \addtolength{\headheight}{1.0cm}
- \pagestyle{fancyplain}
- \rhead{\textbf{\textcolor{red}{See Cover Page for Covid-19 Data Use}}}
- \renewcommand{\headrulewidth}{0pt}
- \usepackage{comment}
- \lhead{\includegraphics[height=1.2cm]{L:/Statunit/Dashboard Reports/Common Functions/TJC_logo_color.png}}
output:
pdf_document:
latex_engine: xelatex
html_document: default
word_document: default
urlcolor: blue
---
<!-- DEFINED LABEL IN PAGE 1 -->
# \textcolor{red}{Notification} {#notification}
<!-- CLICK IT AFTER PAGE 3 PAGE 1 -->
`r if(!run_chunk) {"\\begin{comment}"}`
**Measure: ** `r mdesc`
**Direction of Improvement: ** `r mdirect` [[Data Notification]](#notification)
`r if(!run_chunk) {"\\end{comment}"}`