mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 21:19:01 +01:00 
			
		
		
		
	Use correct unpkg url for plugin
This commit is contained in:
		
							parent
							
								
									874b9c7ecb
								
							
						
					
					
						commit
						1830087ab8
					
				@ -14,7 +14,7 @@ Browser:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```html
 | 
					```html
 | 
				
			||||||
<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
 | 
					<script src="https://unpkg.com/turndown/dist/turndown.js"></script>
 | 
				
			||||||
<script src="https://unpkg.com/turndown/dist/turndown-plugin-gfm.js"></script>
 | 
					<script src="https://unpkg.com/turndown-plugin-gfm/dist/turndown-plugin-gfm.js"></script>
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user