File: tests.yml

package info (click to toggle)
pymdown-extensions 10.19.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,008 kB
  • sloc: python: 61,088; javascript: 447; sh: 8; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (3)
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
__default__: {}

arithmatex:
  extensions:
    pymdownx.arithmatex:

arithmatex (dumb dollar):
  extensions:
    pymdownx.arithmatex:
      generic: true
      smart_dollar: false

arithmatex (generic):
  extensions:
    pymdownx.arithmatex:
      generic: true

arithmatex (disable):
  extensions:
    pymdownx.arithmatex:
      block_syntax: []
      inline_syntax: []

arithmatex (no-preview):
  extensions:
    pymdownx.arithmatex:
      preview: false