Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fachgruppenwebseite Metadaten
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fginfo
Fachgruppenwebseite Metadaten
Commits
1ddea82d
Verified
Commit
1ddea82d
authored
2 years ago
by
Jake
Browse files
Options
Downloads
Patches
Plain Diff
fixed pipeline
parent
118dd78c
No related branches found
No related tags found
No related merge requests found
Pipeline
#313063
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fgs/pandoc.py
+0
-6
0 additions, 6 deletions
fgs/pandoc.py
with
0 additions
and
6 deletions
fgs/pandoc.py
+
0
−
6
View file @
1ddea82d
#!/usr/bin/env python3
import
validators
from
typing
import
List
,
Dict
import
subprocess
import
json
import
sys
import
os
def
run_pandoc
(
source
,
base
=
"
markdown
"
,
extensions
=
[],
extra_args
=
[]):
to
=
"
json
"
ext_str
=
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment