From: Hakim El Hattab Date: Mon, 28 Oct 2013 13:16:41 +0000 (-0400) Subject: documentation for #677 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=080ae79b540c5cb9c16e1613322fec1f9c730b34;p=reveal.js.git documentation for #677 --- 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.