diff options
author | Hakim El Hattab | 2013-12-02 12:20:29 +0100 |
---|---|---|
committer | Hakim El Hattab | 2013-12-02 12:20:29 +0100 |
commit | bc62963c8fbf893ba41caad52a73e8ab58e3148d (patch) | |
tree | 81f15b9f814485fdf1e0dab40a38295504123c94 /README.md | |
parent | 65bd155c34f3f989b783e96fed22af178b1717b5 (diff) |
readme correction for #734
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ Special syntax (in html comment) is available for adding attributes to the slide ```html <section data-markdown> <script type="text/template"> - <!-- slide: data-background="#ff0000" --> + <!-- .slide: data-background="#ff0000" --> Mardown content </script> </section> |