mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			3.0 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			3.0 KiB
		
	
	
	
	
	
	
	
taskLists- default: 
true
Blackfriday flag:
Purpose:falseturns off GitHub-style automatic task/TODO list generation smartypants- default: 
true
Blackfriday flag:HTML_USE_SMARTYPANTS
Purpose:falsedisables smart punctuation substitutions, including smart quotes, smart dashes, smart fractions, etc. Iftrue, it may be fine-tuned with theangledQuotes,fractions,smartDashes, andlatexDashesflags (see below). angledQuotes- default: 
false
Blackfriday flag:HTML_SMARTYPANTS_ANGLED_QUOTES
Purpose:trueenables smart, angled double quotes. Example: "Hugo" renders to «Hugo» instead of “Hugo”. fractions- default: 
true
Blackfriday flag:HTML_SMARTYPANTS_FRACTIONS
Purpose:falsedisables smart fractions.
Example:5/12renders to 5⁄12(<sup>5</sup>⁄<sub>12</sub>).
Caveat: Even withfractions = false, Blackfriday still converts1/2,1/4, and3/4respectively to ½ (½), ¼ (¼) and ¾ (¾), but only these three. smartDashes- default: 
true
Blackfriday flag:HTML_SMARTY_DASHES
Purpose:falsedisables smart dashes; i.e., the conversion of multiple hyphens into an en dash or em dash. Iftrue, its behavior can be modified with thelatexDashesflag below. latexDashes- default: 
true
Blackfriday flag:HTML_SMARTYPANTS_LATEX_DASHES
Purpose:falsedisables LaTeX-style smart dashes and selects conventional smart dashes. AssumingsmartDashes:
Iftrue,--is translated into – (–), whereas---is translated into — (—).
However, spaced single hyphen between two words is translated into an en dash— e.g., "12 June - 3 July" becomes12 June ndash; 3 Julyupon rendering. hrefTargetBlank- default: 
false
Blackfriday flag:HTML_HREF_TARGET_BLANK
Purpose:trueopens external links in a new window or tab. plainIDAnchors- default 
true
Blackfriday flag:FootnoteAnchorPrefixandHeaderIDSuffix
Purpose:truerenders any heading and footnote IDs without the document ID.
Example: renders#my-headinginstead of#my-heading:bec3ed8ba720b970 extensions- default: 
[]
Blackfriday flag:EXTENSION_*
Purpose: Enable one or more Blackfriday's Markdown extensions (if they aren't Hugo defaults).
Example: IncludehardLineBreakin the list to enable Blackfriday'sEXTENSION_HARD_LINK_BREAK extensionsmask- default: 
[]
Blackfriday flag:EXTENSION_*
Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults).
Example: IncludeautoHeaderIdsasfalsein the list to disable Blackfriday'sEXTENSION_AUTO_HEADER_IDS.