Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Config{ Smartypants: true, AngledQuotes: false, SmartypantsQuotesNBSP: false, Fractions: true, HrefTargetBlank: false, NofollowLinks: false, NoreferrerLinks: false, SmartDashes: true, LatexDashes: true, PlainIDAnchors: true, TaskLists: true, SkipHTML: false, }
Default holds the default BlackFriday config. Do not change!
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Smartypants bool SmartypantsQuotesNBSP bool AngledQuotes bool Fractions bool HrefTargetBlank bool NofollowLinks bool NoreferrerLinks bool SmartDashes bool LatexDashes bool TaskLists bool PlainIDAnchors bool Extensions []string ExtensionsMask []string SkipHTML bool FootnoteAnchorPrefix string FootnoteReturnLinkContents string }
Config holds configuration values for BlackFriday rendering. It is kept here because it's used in several packages.
Click to show internal directories.
Click to hide internal directories.