Sha256: bd494d4f17fc585ce2c5d58c7471fb98acb4ca543f37d60e2654a792ccd512b9
Contents?: true
Size: 1.32 KB
Versions: 5
Compression:
Stored size: 1.32 KB
Contents
# VIMDECK ## PURE AWESOME # VIM ROCKS! ![](img/vim.png) ## NUMBERED LIST 1. This is how a numbered list 2. Looks in vimdeck 3. What do you think? # BULLETS • First {~• Second • Third~} # BULLETS {~• First~} • Second {~• Third~} # BULLETS {~• First • Second~} • Third ## CODE ```ruby module Parts class foo def slide "of a" end def can highlight = "vimdeck" end end end ``` ## CODE ```ruby {~module Parts class foo def slide "of a" end def can highlight = ~}"vimdeck"{~ end end end~} ``` ## CODE ```ruby {~module Parts class foo def slide "of a" end def~} can {~highlight = "vimdeck" end end end~} ``` ## CODE ```ruby {~module Parts class foo def slide "of a" end def can~} highlight {~= "vimdeck" end end end~} ``` ## CODE ```ruby {~module~} Parts {~class foo def slide "of a" end def can highlight = "vimdeck" end end end~} ``` ## CODE ```ruby {~module Parts class foo def slide~} "of a" {~end def can highlight = "vimdeck" end end end~} ``` ## CODE ```ruby {~module Parts class foo def~} slide {~"of a" end def can highlight = "vimdeck" end end end~} ``` # The End!
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vimdeck-0.1.3 | slides.md |
vimdeck-0.1.2 | slides.md |
vimdeck-0.1.1 | slides.md |
vimdeck-0.1.0 | slides.md |
vimdeck-0.0.9 | slides.md |