Skip to content

deckjs/deck-example-deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module Title

Course Title

N Sessions

© nearForm


Bullets

  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

Command bullets

$ shell command
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

Command-command bullets

$ shell command
$ shell command
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

Command-bullets-command

$ shell command
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five
$ shell command

3-command bullets

$ shell command
$ shell command
$ shell command
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

4-command bullets

$ shell command
$ shell command
$ shell command
$ shell command
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four

image slide


image with caption

![](images/placeholder.png) image caption

image with bullets

  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

code slide

function someCode() {
  
  console.log('that is multiline');
  console.log('and verbose');
 
}

code with caption

Caption here

function someCode() {
  
  console.log('that is multiline');
  console.log('and verbose');
 
}

code with bullets

function someCode() {
  
  console.log('that is multiline');
  console.log('and verbose');
 
}
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

bullets with code

  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five
function someCode() {
  
  console.log('that is multiline');
  console.log('and verbose');
 
}

code snippet and bullets

console.log('small amount of code');
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
          • Body Level Five

snippet, bullets, command

console.log('small amount of code');
  • Body Level One
    • Body Level Two
      • Body Level Three
        • Body Level Four
$ shell command

code command

function someCode() {
  
  console.log('that is multiline');
  console.log('and verbose');
 
}
$ shell command

code command command

function someCode() {
  
  console.log('that is multiline');
  console.log('and verbose');
 
}
$ shell command
$ shell command

quote

quote

double quote

quote
quote

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors