Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sp-quiz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yannick Vollmer
sp-quiz
Commits
d4e1024e
Verified
Commit
d4e1024e
authored
1 year ago
by
Maximilian
Committed by
Maximilian
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup markdown extensions that are on by default
Remove comment
parent
7de7f9e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gen.pl
+1
-2
1 addition, 2 deletions
gen.pl
with
1 addition
and
2 deletions
gen.pl
+
1
−
2
View file @
d4e1024e
...
...
@@ -9,8 +9,7 @@ use IPC::Open2;
use
Digest::
MD5
qw(md5_base64)
;
my
@hlwords
=
qw/immer nie jede jedem jedes muss keine alle nicht/
;
my
@markdown
=
qw/pandoc -f markdown+smart+fenced_code_blocks+backtick_code_blocks --html-q-tags --ascii/
;
# my @markdown = qw/cat/;
my
@markdown
=
qw/pandoc -f markdown --html-q-tags --ascii/
;
my
$question
;
my
$single_choice
;
...
...
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