aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-03 15:32:40 +0100
committerGitHub <noreply@github.com>2020-03-03 15:32:40 +0100
commitfd975d4087a1d1802d45c4ae2e84450e21600b42 (patch)
treeb8fce63c64602fc04a19f6feefdd2e66afc9d6aa /README.md
parent8987f92b44c2b63a67f5a0e47f7c7549cb1dd958 (diff)
parent40bf81ce9b1132528cb80bf6ec703a71f00a1098 (diff)
downloadfosdem-2021-minimalism-presentation-fd975d4087a1d1802d45c4ae2e84450e21600b42.tar
fosdem-2021-minimalism-presentation-fd975d4087a1d1802d45c4ae2e84450e21600b42.tar.gz
Merge pull request #2269 from ggodreau/issue_2268
Fixes #2268
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79ab43e..d29ca75 100644
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ The presentation markup hierarchy needs to be `.reveal > .slides > section` wher
### Markdown
-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 `<textarea data-template>` like the example below. You'll also need to add the `plugin/markdown/marked.js` and `plugin/markdown/markdown.js` scripts (in that order) to your HTML file.
+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 `<textarea data-template>` like the example below. You'll also need to add the `plugin/markdown/marked.js` and `plugin/markdown/markdown.js` scripts (in that order) to your HTML file. _Note: both these dependencies are included on line 35 of default `index.html`._
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).