forked from gitpitch/gitpitch
-
Notifications
You must be signed in to change notification settings - Fork 0
HTML Slides
David Russell edited this page Jul 27, 2016
·
1 revision
GitPitch supports the inclusion of HTML snippets alongside Markdown on any slide within your slideshow presentations.
Using HTML snippets you can achieve certain effects that are simply not available in pure Markdown, for example, custom styling on text:
<span style="font-family: Helvetica Neue; font-weight: bold; color:#ffffff"><span color:##e49436">Git</span>Pitch</span>!
HTML snippets such as <br>
and <p>
can also be used to control spacing between Markdown or HTML elements, for example:
Hello, World!
<br><br><br>
Goodbye!
You can also create HTML anchors that use the _blank
target to ensure a link is opened in a new tab or window:
Visit the <a href="https://github.com" target="_blank">GitPitch</a> website.
####GitPitch Wiki TOC
####Slideshow Basics
####Slideshow Slide Types
####Slideshow Look and Feel
- Slideshow Settings
- Theme Setting
- Background Setting
- Logo Setting
- Highlight Setting
- Math Notation Setting
- Vertical Center Setting
- Slideshow Custom CSS
####Slideshow Behavior
####Slideshow Controls
####GitPitch Social
####Appendix