mirror of
				https://github.com/TommyTran732/tommytran.io.git
				synced 2025-11-03 23:35:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			419 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			419 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
# -- Markup --
 | 
						|
# These settings are required for the theme to function.
 | 
						|
 | 
						|
[goldmark]
 | 
						|
  [goldmark.renderer]
 | 
						|
    unsafe = true
 | 
						|
 | 
						|
  [goldmark.extensions]
 | 
						|
    [goldmark.extensions.passthrough]
 | 
						|
      enable = true
 | 
						|
      [goldmark.extensions.passthrough.delimiters]
 | 
						|
        block = [['\[', '\]'], ['$$', '$$']]
 | 
						|
        inline = [['\(', '\)']]
 | 
						|
 | 
						|
[highlight]
 | 
						|
  noClasses = false
 | 
						|
 | 
						|
[tableOfContents]
 | 
						|
  startLevel = 2
 | 
						|
  endLevel = 4
 |