File: 0789.html

package info (click to toggle)
web-mode 17.3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: lisp: 13,359; javascript: 506; jsp: 113; sh: 10; php: 9; makefile: 8; xml: 2
file content (32 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!-- Printing and PDF exports -->
<script>
 var link = document.createElement( 'link' );
 link.rel = 'stylesheet';
 link.type = 'text/css';
 link.href = window.location.search.match( /print-pdf/gi )
           ? 'css/print/pdf.css'
           : 'css/print/paper.css';
 document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>

<!--[if lt IE 9]>
  <script src="lib/js/html5shiv.js"></script>
<![endif]-->

<section data-markdown>
  <script type="text/template">
   ## Markdown support

   Write content using inline or external Markdown.
   Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).

   ```
   <section data-markdown>
   ## Markdown support

     Write content using inline or external Markdown.
   Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown).
   </section>
   ```
  </script>
</section>