Skip to content

Latest commit

 

History

History
executable file
·
47 lines (37 loc) · 471 Bytes

presentation.md

File metadata and controls

executable file
·
47 lines (37 loc) · 471 Bytes

!A Quick introduction.

++ !++ separates slides

++ !! makes headings

++ !% hides something

% and shows it incrementally

++ !*

  • marks
  • bullet
  • points

++ !++class+ adds some classes to your slide

++incremental+

++incremental+

makes your bullets appear

  • one
  • by
  • one

++

@@ruby code @@

@@ruby def ohai() #for highlighted ruby end @@ and @@javascript .. @@ @@javascript alert("ohai world!") // for javascript! @@