revealjs

This shortcode will format the enclosed markdow to render it with reveal.js at runtime (client-side)

Read more on revealjs github repo.

Usage

revealjs can use the following named parameters :

Content formating and slide delimiters

read more on this here

Demo

# In the morning ___ ## Getting up - Turn off alarm - Get out of bed ___ ## Breakfast - Eat eggs - Drink coffee --- # In the evening ___ ## Dinner - Eat spaghetti - Drink wine ___ ## Going to sleep - Get in bed - Count sheep
  • See it fullscreen
  • Source :

        Show code ...
        
        </span>
    </div>
    <div class="expand-content" style="display: none;">
    
    {{<revealjs theme="moon" progress="true">}}
    
    # In the morning
    
    ___
    
    
    ## Getting up
    
    - Turn off alarm
    - Get out of bed
    
    ___
    
    ## Breakfast
    
    - Eat eggs
    - Drink coffee
    
    ---
    
    # In the evening
    
    ___
    
    ## Dinner
    
    - Eat spaghetti
    - Drink wine
    
    ___
    
    ## Going to sleep
    
    - Get in bed
    - Count sheep
    
    {{<revealjs>}}
    
    
    </div>
    

    click here to view raw content](https://raw.githubusercontent.com/vjeantet/hugo-theme-docdock/master/exampleSite/content/shortcodes/revealjs.md)