File: test.cfg

package info (click to toggle)
python-markdown 2.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,804 kB
  • ctags: 839
  • sloc: python: 4,668; makefile: 54; sh: 12
file content (69 lines) | stat: -rw-r--r-- 1,403 bytes parent folder | download
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
attr_list:
    extensions:
        - markdown.extensions.attr_list
        - markdown.extensions.def_list
        - markdown.extensions.smarty

codehilite:
    extensions:
        - markdown.extensions.codehilite
    # This passes or not based on version of pygments.
    skip: True

toc:
    extensions:
        - markdown.extensions.toc

toc_invalid:
    extensions:
        - markdown.extensions.toc

toc_out_of_order:
    extensions:
        - markdown.extensions.toc

toc_nested:
    extensions:
        - markdown.extensions.toc
    extension_configs:
        markdown.extensions.toc:
            permalink: True

toc_nested2:
    extensions:
        - markdown.extensions.toc
    extension_configs:
        markdown.extensions.toc:
            permalink: "[link]"

wikilinks:
    extensions:
        - markdown.extensions.wikilinks

fenced_code:
    extensions:
        - markdown.extensions.fenced_code

github_flavored:
     extensions:
         - markdown.extensions.fenced_code

sane_lists:
    extensions:
        - markdown.extensions.sane_lists

nl2br_w_attr_list:
     extensions:
         - markdown.extensions.nl2br
         - markdown.extensions.attr_list

admonition:
    extensions:
        - markdown.extensions.admonition

smarty:
    extensions:
        - markdown.extensions.smarty
    extension_configs:
        markdown.extensions.smarty:
            smart_angled_quotes: True