Welcome to mirror list, hosted at ThFree Co, Russian Federation.

markup.toml « example « config « exampleSite - github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ec911ab3f532d914e94c3941b646a6bf13a3f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
defaultMarkdownHandler = "goldmark"
#defaultMarkdownHandler = "blackfriday"

[blackFriday]
  angledQuotes = false
  footnoteAnchorPrefix = ""
  footnoteReturnLinkContents = ""
  fractions = true
  hrefTargetBlank = true
  latexDashes = true
  nofollowLinks = false
  noreferrerLinks = false
  plainIDAnchors = true
  skipHTML = false
  smartDashes = true
  smartypants = true
  smartypantsQuotesNBSP = false
  taskLists = true

[goldmark]
  [goldmark.extensions]
    definitionList = true
    footnote = false
    linkify = true
    strikethrough = true
    table = true
    taskList = true
    typographer = false
  [goldmark.parser]
    attribute = true
    autoHeadingID = true
  [goldmark.renderer]
    hardWraps = false
    unsafe = true
    xHTML = false

[highlight]
  codeFences = true
  hl_Lines = ""
  lineNoStart = 1
  lineNos = false
  lineNumbersInTable = true
  noClasses = true
  style = "monokai"
  tabWidth = 4

[tableOfContents]
  endLevel = 6
  startLevel = 1