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.