documentation for #677
This commit is contained in:
		
							parent
							
								
									d844195be1
								
							
						
					
					
						commit
						080ae79b54
					
				
					 1 changed files with 14 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -58,6 +58,20 @@ You can write your content as a separate file and have reveal.js load it at runt
 | 
			
		|||
<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n" data-notes="^Note:" data-charset="iso-8859-15"></section>
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
#### Element Attributes
 | 
			
		||||
 | 
			
		||||
Special syntax is available for adding attributes to Markdown elements. This is useful for fragments, amongst other things.
 | 
			
		||||
 | 
			
		||||
```html
 | 
			
		||||
<section data-markdown>
 | 
			
		||||
	<script type="text/template">
 | 
			
		||||
		- Item 1 {_class="fragment" data-fragment-index="2"}
 | 
			
		||||
		- Item 2 {_class="fragment" data-fragment-index="1"}
 | 
			
		||||
	</script>
 | 
			
		||||
</section>
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
### 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.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue