Skip to content
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.
Clone this wiki locally