Compare commits

...

1 Commits

Author SHA1 Message Date
cclecle
72e43e7c1c disable mermaid/markdown 2023-03-22 00:42:21 +00:00
2 changed files with 1 additions and 5 deletions

1
Jenkinsfile vendored
View File

@@ -147,6 +147,7 @@ pipeline {
}
sh("git config --global user.email $_MaintainerEmail")
sh("git config --global user.name $_MaintainerName")
sh("git config --global init.defaultBranch master")
}
}

View File

@@ -68,11 +68,6 @@ markdown_extensions:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- pymdownx.mark
- pymdownx.progressbar