github.com/russross/blackfriday/v2.Markdown.extensions (field)
31 uses
github.com/russross/blackfriday/v2 (current package)
block.go#L75: if p.extensions&Titleblock != 0 {
block.go#L113: if p.extensions&FencedCode != 0 {
block.go#L151: if p.extensions&Tables != 0 {
block.go#L186: if p.extensions&DefinitionLists != 0 {
block.go#L213: if p.extensions&SpaceHeadings != 0 {
block.go#L234: if p.extensions&HeadingIDs != 0 {
block.go#L261: if id == "" && p.extensions&AutoHeadingIDs != 0 {
block.go#L512: if p.extensions&LaxHTMLBlocks != 0 {
block.go#L979: if p.extensions&FencedCode != 0 {
block.go#L1295: if p.extensions&FencedCode != 0 {
block.go#L1458: if p.extensions&TabSizeEight != 0 {
block.go#L1479: if p.extensions&DefinitionLists != 0 {
block.go#L1505: if p.extensions&AutoHeadingIDs != 0 {
block.go#L1522: if p.extensions&LaxHTMLBlocks != 0 {
block.go#L1537: if p.extensions&FencedCode != 0 {
block.go#L1545: if p.extensions&DefinitionLists != 0 {
block.go#L1553: if p.extensions&NoEmptyLineBeforeBlock != 0 {
inline.go#L195: if p.extensions&HardLineBreak != 0 {
inline.go#L242: case p.extensions&Footnotes != 0 && len(data)-1 > offset && data[offset+1] == '^':
inline.go#L250: case p.extensions&Footnotes != 0:
inline.go#L667: if p.extensions&BackslashLineBreak != 0 && data[1] == '\n' {
inline.go#L1137: if p.extensions&NoIntraEmphasis != 0 {
markdown.go#L178: extensions Extensions
markdown.go#L289: if p.extensions&Strikethrough != 0 {
markdown.go#L300: if p.extensions&Autolink != 0 {
markdown.go#L308: if p.extensions&Footnotes != 0 {
markdown.go#L328: p.extensions = e
markdown.go#L335: p.extensions = NoExtensions
markdown.go#L422: if p.extensions&Footnotes == 0 || len(p.notes) == 0 {
markdown.go#L563: if p.extensions&Footnotes != 0 {
markdown.go#L614: if p.extensions&Footnotes != 0 && noteID != 0 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |