add example of markdown slide and element attributes
This commit is contained in:
		@@ -68,8 +68,24 @@
 | 
			
		||||
                    </script>
 | 
			
		||||
                </section>
 | 
			
		||||
 | 
			
		||||
                <!-- Slide attributes -->
 | 
			
		||||
                <section data-markdown>
 | 
			
		||||
                    <script type="text/template">
 | 
			
		||||
                        <!-- .slide: data-background="#000000" -->
 | 
			
		||||
                        ## Slide attributes
 | 
			
		||||
                    </script>
 | 
			
		||||
                </section>
 | 
			
		||||
 | 
			
		||||
                <!-- Element attributes -->
 | 
			
		||||
                <section data-markdown>
 | 
			
		||||
                    <script type="text/template">
 | 
			
		||||
                        ## Element attributes
 | 
			
		||||
                        - Item 1 <!-- .element: class="fragment" data-fragment-index="2" -->
 | 
			
		||||
                        - Item 2 <!-- .element: class="fragment" data-fragment-index="1" -->
 | 
			
		||||
                    </script>
 | 
			
		||||
                </section>
 | 
			
		||||
 | 
			
		||||
                <!-- Code -->
 | 
			
		||||
                <section>
 | 
			
		||||
                <section data-markdown>
 | 
			
		||||
                    <script type="text/template">
 | 
			
		||||
                        ```php
 | 
			
		||||
@@ -82,7 +98,6 @@
 | 
			
		||||
                        ```
 | 
			
		||||
                    </script>
 | 
			
		||||
                </section>
 | 
			
		||||
                </section>
 | 
			
		||||
 | 
			
		||||
            </div>
 | 
			
		||||
		</div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user