 28f4125a7f
			
		
	
	
		28f4125a7f
		
	
	
	
	
		
			
			- Compatibility with Markdown established - The help document is now linked in the plugin panel - Hard-coded output now localized
		
			
				
	
	
		
			9 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			371 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| The footnote plugin creates links between numbers in the content and the corresponding footnote below the text. It's quite straightforward - to try, just create a sample entry with the following content:
 | |
| 
 | |
| Here is some text[^1] with a note. The text goes on and has another reference[^2] to a footnote.
 | |
| 
 | |
| 
 | |
| [footnotes]
 | |
| [^1]: *here* is the note
 | |
| [^2]: and the _second_ one :)
 |