Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pandoc Include Code Files
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
b3
Pandoc Include Code Files
Commits
9e1b1529
Commit
9e1b1529
authored
2 years ago
by
Bruno BEAUFILS
Browse files
Options
Downloads
Patches
Plain Diff
Change .yaml extension to yml
parent
5d8d7376
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+4
-4
4 additions, 4 deletions
Makefile
test/test.yml
+0
-0
0 additions, 0 deletions
test/test.yml
with
4 additions
and
4 deletions
Makefile
+
4
−
4
View file @
9e1b1529
...
...
@@ -42,16 +42,16 @@ help:
## Test that running the filter on the sample input yields expected output
.PHONY
:
test
test
:
$(FILTER_FILE) test/input.md test/test.y
a
ml
$(
PANDOC
)
--defaults
test
/test.y
a
ml |
\
test
:
$(FILTER_FILE) test/input.md test/test.yml
$(
PANDOC
)
--defaults
test
/test.yml |
\
$(
DIFF
)
test
/expected.native -
## Re-generate the expected test output
# This file **must not** be a dependency of the `test` target, as that
# would cause it to be regenerated on each run, making the test
# pointless.
test/expected.native
:
$(FILTER_FILE) test/input.md test/test.y
a
ml
$(
PANDOC
)
--defaults
test
/test.y
a
ml
--output
=
$@
test/expected.native
:
$(FILTER_FILE) test/input.md test/test.yml
$(
PANDOC
)
--defaults
test
/test.yml
--output
=
$@
## Generate an example from test/input.md
test/output.html
:
$(FILTER_FILE) test/input.md
...
...
This diff is collapsed.
Click to expand it.
test/test.y
a
ml
→
test/test.yml
+
0
−
0
View file @
9e1b1529
File moved
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