fixed link color
This commit is contained in:
parent
1ba30df32a
commit
014eafca1b
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
title: "OMOP Common Data Model Specifications"
|
title: "OMOP Common Data Model Specifications"
|
||||||
author: "Christian Reich, Patrick Ryan, Rimma Belenkaya, Karthik Natarajan and Clair Blacketer"
|
author: "Christian Reich, Patrick Ryan, Rimma Belenkaya, Karthik Natarajan and Clair Blacketer"
|
||||||
date: "`r Sys.Date()`"
|
date: "`r Sys.Date()`"
|
||||||
output:
|
output:
|
||||||
pdf_document:
|
pdf_document:
|
||||||
number_sections: yes
|
number_sections: yes
|
||||||
toc: yes
|
toc: yes
|
||||||
|
linkcolor: blue
|
||||||
---
|
---
|
||||||
|
|
||||||
```{r child = 'License.md'}
|
```{r child = 'License.md'}
|
||||||
|
@ -13,3 +14,5 @@
|
||||||
|
|
||||||
```{r child = 'Background/TheRoleoftheCommonDataModel.md'}
|
```{r child = 'Background/TheRoleoftheCommonDataModel.md'}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Will it add the footer?
|
Loading…
Reference in New Issue