Skip to content

Commit dc69d88

Browse files
authored
Merge pull request #288 from openmainframeproject/fix-metadata
Change to pandoc colorlinks metadata
2 parents da3b402 + 0389f48 commit dc69d88

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

COBOL Programming Course #1 - Getting Started/COBOL Programming Course #1 - Getting Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ header-includes:
1515
breakatwhitespace=true,
1616
breakautoindent=true,
1717
linewidth=\textwidth}
18-
- \hypersetup{colorlinks=true,
19-
linkcolor=blue}
18+
colorlinks: true
19+
toccolor: Blue
2020
---
2121
\newpage
2222

COBOL Programming Course #2 - Learning COBOL/COBOL Programming Course #2 - Learning COBOL.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ header-includes:
1515
breakatwhitespace=true,
1616
breakautoindent=true,
1717
linewidth=\textwidth}
18-
- \hypersetup{colorlinks=true,
19-
linkcolor=blue}
20-
18+
colorlinks: true
19+
toccolor: Blue
2120
---
2221
\newpage
2322

COBOL Programming Course #3 - Advanced Topics/COBOL Programming Course #3 - Advanced Topics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ header-includes:
1515
breakatwhitespace=true,
1616
breakautoindent=true,
1717
linewidth=\textwidth}
18-
- \hypersetup{colorlinks=true,
19-
linkcolor=blue}
18+
colorlinks: true
19+
toccolor: Blue
2020
---
2121
\newpage
2222
# Resources

COBOL Programming Course #4 - Testing/COBOL Programming Course #4 - Testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ header-includes:
1515
breakatwhitespace=true,
1616
breakautoindent=true,
1717
linewidth=\textwidth}
18-
- \hypersetup{colorlinks=true,
19-
linkcolor=blue}
18+
colorlinks: true
19+
toccolor: Blue
2020
---
2121
\newpage
2222
# Testing

0 commit comments

Comments
 (0)