Skip to content
Snippets Groups Projects
Commit c6b6ae43 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #1484 from omer727/patch-1

Fixing spelling typo and GitHub proper camelcase for brand name
parents c93fbf1d 6af739f8
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ The presentation markup hierarchy needs to be `.reveal > .slides > section` wher
It's possible to write your slides using Markdown. To enable Markdown, add the ```data-markdown``` attribute to your ```<section>``` elements and wrap the contents in a ```<script type="text/template">``` like the example below.
This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Irish](https://github.com/paulirish) modified to use [marked](https://github.com/chjj/marked) to support [Github Flavoured Markdown](https://help.github.com/articles/github-flavored-markdown). Sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks).
This is based on [data-markdown](https://gist.github.com/1343518) from [Paul Irish](https://github.com/paulirish) modified to use [marked](https://github.com/chjj/marked) to support [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown). Sensitive to indentation (avoid mixing tabs and spaces) and line breaks (avoid consecutive breaks).
```html
<section data-markdown>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment