File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ summaryLength = 20
2323
2424[outputFormats ]
2525 [outputFormats .REDIR ]
26- mediatype = " text/netlify"
26+ mediaType = " text/netlify"
2727 baseName = " _redirects"
2828 isPlainText = true
2929 notAlternative = true
3030
3131 [outputFormats .SITEMAP-MAIN ]
32- MediaType = " application/xml"
33- BaseName = " sitemap-main"
34- IsHTML = false
35- IsPlainText = true
36- Rel = " sitemap"
32+ mediaType = " application/xml"
33+ baseName = " sitemap-main"
34+ isHTML = false
35+ isPlainText = true
36+ rel = " sitemap"
3737 protocol = " xml://"
3838
3939[markup ]
@@ -67,23 +67,27 @@ summaryLength = 20
6767 title = true
6868 [markup .goldmark .renderHooks ]
6969 [markup .goldmark .renderHooks .image ]
70- enableDefault = true
70+ useEmbedded = ' fallback '
7171 [markup .goldmark .renderHooks .link ]
7272 useEmbedded = ' auto'
7373 [markup .goldmark .renderer ]
7474 hardWraps = false
7575 unsafe = true
7676 xhtml = false
7777 [markup .highlight ]
78+ anchorLineNos = false
7879 codeFences = true
7980 guessSyntax = false
8081 hl_Lines = ' '
82+ hl_inline = false
83+ lineAnchors = ' '
8184 lineNoStart = 1
8285 lineNos = false
8386 lineNumbersInTable = true
8487 noClasses = true
8588 style = " friendly"
8689 tabWidth = 4
90+ wrapperClass = ' highlight'
8791 [markup .tableOfContents ]
8892 endLevel = 4
8993 ordered = false
You can’t perform that action at this time.
0 commit comments