From 080ae79b540c5cb9c16e1613322fec1f9c730b34 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 28 Oct 2013 09:16:41 -0400 Subject: [PATCH] documentation for #677 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f14be65..2c765df 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,20 @@ You can write your content as a separate file and have reveal.js load it at runt
``` +#### Element Attributes + +Special syntax is available for adding attributes to Markdown elements. This is useful for fragments, amongst other things. + +```html +
+ +
+``` + + ### Configuration At the end of your page you need to initialize reveal by running the following code. Note that all config values are optional and will default as specified below.