Edit:
GitHub:
, ( URL-), , , , pandoc, .
, yhou liek link, 1 - , ...
, ( , , Rmd):
---
title: "Untitled"
author: "John Doe"
date: "13 June 2017"
output:
slidy_presentation: default
ioslides_presentation: default
beamer_presentation: default
---
## TOC
[Important](#(3))
[More](#(4))
[Stuff](#(5))
## Important {#important}
jklödfs
## More {#more}
sdfjkls
## stuff {#stuff}
:
, , ( , , Win 8.1, R 3.4.0, pandoc 1.19.2.1, knitr 1.15.16):
Rmd :
---
title: "Untitled"
author: "John Doe"
date: "13 June 2017"
output:
slidy_presentation: default
ioslides_presentation: default
beamer_presentation: default
---
## TOC
[Important](#important)
[More](#more)
[Stuff](#stuff)
## Important {#important}
jklödfs
## More {#more}
sdfjkls
## stuff {#stuff}
Knit to html ( ioslides, slidy) TOC
:
<div id="toc" class="slide section level2">
<h2>TOC</h2>
<p><a href="#important">Important</a></p>
<p><a href="#more">More</a></p>
<p><a href="#stuff">Stuff</a></p>
</div>
:
<div id="toc" class="slide section level2">
<h2>TOC</h2>
<p><a href="#(3)">Important</a></p>
<p><a href="#(4)">More</a></p>
<p><a href="#(5)">Stuff</a></p>
</div>
, , . #important, #(3). , , , html <div id="important" class="slide section level2"> ..