Add markdown-pdf option as config output (#270)

This commit is contained in:
Simon Lecoq
2021-04-26 22:18:01 +02:00
committed by GitHub
parent 266b4d5726
commit 44cfde6845
7 changed files with 81 additions and 13 deletions

View File

@@ -188,10 +188,11 @@ inputs:
default: svg
values:
- svg
- png # Does not support animations
- jpeg # Does not support animations and transparency
- json # Outputs a JSON file instead of an image
- markdown # Outputs a Markdown file instead of an image
- png # Does not support animations
- jpeg # Does not support animations and transparency
- json # Outputs a JSON file instead of an image
- markdown # Outputs a Markdown file instead of an image
- markdown-pdf # Outputs a Markdown file as PDF instead of an image
# Number of retries in case rendering fail
retries: