mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-31 14:54:57 -04:00 
			
		
		
		
	 68dd327312
			
		
	
	68dd327312
	
	
		
			
	
		
	
	* feat: basic github style alerts support * feat: implement github style alert * chore: re-generate css * chore: add missing prettier config * docs: add alerts instructions to markdown * chore: revert "docs: add alerts instructions to markdown" This reverts commit3a70540e0b. * chore: redo "docs: add alerts instructions to markdown"" This reverts commit8399373747. * chore(build): bump hugo version
		
			
				
	
	
		
			22 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			355 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|   "plugins": [
 | |
|     "prettier-plugin-go-template"
 | |
|   ],
 | |
|   "goTemplateBracketSpacing": true,
 | |
|   "htmlWhitespaceSensitivity": "css",
 | |
|   "printWidth": 200,
 | |
|   "singleQuote": false,
 | |
|   "tabWidth": 2,
 | |
|   "trailingComma": "es5",
 | |
|   "overrides": [
 | |
|     {
 | |
|       "files": [
 | |
|         "*.html"
 | |
|       ],
 | |
|       "options": {
 | |
|         "parser": "go-template"
 | |
|       }
 | |
|     }
 | |
|   ]
 | |
| }
 |