mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Update pandoc
This commit is contained in:
parent
138d70fa98
commit
50bf568521
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ FILTER_EXE = os.path.join(TOOLS_PATH, "filter.py")
|
||||||
POSTPROCESSOR_EXE = os.path.join(TOOLS_PATH, "postprocessor.py")
|
POSTPROCESSOR_EXE = os.path.join(TOOLS_PATH, "postprocessor.py")
|
||||||
PANDOC_EXE = "pandoc"
|
PANDOC_EXE = "pandoc"
|
||||||
PANDOC_DOWNLOAD = ("https://github.com/jgm/pandoc/releases/download/"
|
PANDOC_DOWNLOAD = ("https://github.com/jgm/pandoc/releases/download/"
|
||||||
"2.9.2/pandoc-2.9.2-1-amd64.deb")
|
"2.16.2/pandoc-2.16.2-1-amd64.deb")
|
||||||
BRANCH_ORDERING = [ # Format: (REGEX, ORDER, DEFAULT)
|
BRANCH_ORDERING = [ # Format: (REGEX, ORDER, DEFAULT)
|
||||||
(r'v?\d+(?:\.\d+)*(?:\.x)*', 0, True),
|
(r'v?\d+(?:\.\d+)*(?:\.x)*', 0, True),
|
||||||
(r'.*', 1, False)]
|
(r'.*', 1, False)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue