We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6b8ad commit 55d3349Copy full SHA for 55d3349
README.md
@@ -144,7 +144,9 @@ docker run -v ~/documents/my-md-documents:/data davidar/pandiff -o diff.pdf old.
144
145
The docker image also allows you to create diff views inside github actions or a gitlab ci/cd pipeline.
146
147
-#### GitHub Action
+<details>
148
+<summary>GitHub Action</summary>
149
+
150
```yaml
151
name: Markdown Diff
152
@@ -175,9 +177,11 @@ jobs:
175
177
name: diff-pdf
176
178
path: diff.pdf
179
```
180
+</details>
181
182
183
+<summary>Gitlab CI example</summary>
184
-#### Gitlab CI example
185
186
stages:
187
- diff
@@ -194,3 +198,4 @@ compile_markdown_to_pdf:
194
198
paths:
195
199
- diff.pdf
196
200
201
0 commit comments