Sha256: 46f56bd1c52c4f4beb6487fe17b7e332690d312635f0fd9e4e4f1581597e6baa

Contents?: true

Size: 1.5 KB

Versions: 4

Compression:

Stored size: 1.5 KB

Contents

Test Slideshow
!TITLE
Title of your slideshow
Subtitle
Subsubtitle

!SECTION
A section

!BULLETS
A bullet list
- can use
* any reasonable
+ bullet

!CODE: language=ruby, callout=1,2,-4
class Foo
  attr_reader :bar

  attr_writer :bar
end

!IMAGE
test/slideshow/rudy.png

!COMMANDLINE
> ls
-rw-r--r--  1 David  staff     97 Aug 28 10:03 trickster.rdoc
-rw-r--r--  1 David  staff   1339 Aug 28 10:03 Rakefile
-rw-r--r--  1 David  staff     25 Aug 28 10:03 Gemfile
drwxr-xr-x  7 David  staff    238 Sep 10 16:53 js
drwxr-xr-x  6 David  staff    204 Sep 10 16:53 features
drwxr-xr-x  3 David  staff    102 Sep 10 16:53 erb
drwxr-xr-x  5 David  staff    170 Sep 10 16:53 css
-rw-r--r--  1 David  staff   1254 Sep 10 16:53 trickster.gemspec
drwxr-xr-x  3 David  staff    102 Sep 10 16:53 bin
-rw-r--r--  1 David  staff    150 Sep 10 16:53 TODO
-rw-r--r--  1 David  staff   1563 Sep 10 16:53 Gemfile.lock
drwxr-xr-x  4 David  staff    136 Sep 10 16:58 lib
-rw-r--r--  1 David  staff   3991 Sep 10 17:01 README.rdoc
drwxr-xr-x  3 David  staff    102 Sep 10 17:07 tmp
-rw-r--r--  1 David  staff  87290 Sep 10 17:07 results.html
drwxr-xr-x  9 David  staff    306 Sep 10 17:19 test
> rm *

!FREEFORM
<h1>This is a freeform slide</h1>
<table>
  <thead><tr>
    <th>Name</th><th>Age</th><th>Role</th>
  </tr></thead>
  <tbody>
    <tr>
      <td>Dave</td><td>40</td><td>Husband</td>
    </tr>
    <tr>
      <td>Amy</td><td>One shouldn't ask</td><td>Wife</td>
    </tr>
    <tr>
      <td>Rudy</td><td>13</td><td>Cat</td>
    </tr>
  </tbody>
</table>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trickster-1.4.0 test_slides
trickster-1.3.1 test_slides
trickster-1.3.0 test_slides
trickster-1.2.0 test_slides