Presentation Syntax
Slide Definition
#
: Heading Slide / Whole Slide Title##
: Normal Slide Title###
: In text header
In Text Definition
-
: Bullet Point> -
: Block Quotes1.
, 2.
: numbered list* *
or _ _
: Italic Text** **
or __ __
: Bold Text~~ ~~
: Strike through[](<>)
: In text links![](" ")
: In text image$ $
: TeX Formula
Layout Definition
Dual Column Layout
<div style="float: left; width: 50%;">
followed by </div>
containing your text (left column)<div style="float: right; width: 50%;">
followed by </div>
containing your text (right column)Position your text
<div class="centered">
followed by </div>
Coloured text
<div class="red2">
followed by </div>
, text will be between these divAdd Presenter Notes
<div class="notes">
followed by </div>
Slide Metadata Definitions
Add these attributes (defined in {}
) to slides after your title (defined by #
or ##
).
{.build}
Incremental Display (build up slides section by section){.smaller}
Reduced Text Size
Metadata Parameters Definitions
The header in an R markdown presentation, defines the YAML metadata, such as outlining the:
title:
author:
date:
output:
incremental: true
widescreen: true
smaller: true
or larger: true
transition:
and either default
, slower
, faster
logo:
Presentation Shortcuts