mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	README: Highlighting for latex examples
This commit is contained in:
		| @@ -155,11 +155,15 @@ Supported input and output formats are: | |||||||
| #### From plain text | #### From plain text | ||||||
| Paste TeX equations with __delimiters__. For example: | Paste TeX equations with __delimiters__. For example: | ||||||
|  |  | ||||||
| __\\[__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\]__ | ```latex | ||||||
|  | \[ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \] | ||||||
|  | ``` | ||||||
|  |  | ||||||
| or | or | ||||||
|  |  | ||||||
| __\\(__ x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} __\\)__ | ```latex | ||||||
|  | \( x=\frac{-b\pm\sqrt{b^2-4ac}}{2a} \) | ||||||
|  | ``` | ||||||
|  |  | ||||||
| ### Autoformat support | ### Autoformat support | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user