Created
December 4, 2024 21:24
-
-
Save marcduiker/37b465e785967dd0ba495bdce28e63ac to your computer and use it in GitHub Desktop.
Example demo file to show markdown in preview mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://elio.dev/demo-time.schema.json", | |
"title": "0 - Intro", | |
"description": "", | |
"demos": [ | |
{ | |
"title": "Title", | |
"steps": [ | |
{ | |
"action": "open", | |
"path": ".demo/01-title.md" | |
}, | |
{ | |
"action": "executeVSCodeCommand", | |
"command": "markdown.showPreview" | |
} | |
] | |
}, | |
{ | |
"title": "Failure", | |
"steps": [ | |
{ | |
"action": "open", | |
"path": ".demo/02-failure.md" | |
}, | |
{ | |
"action": "executeVSCodeCommand", | |
"command": "markdown.showPreview" | |
} | |
] | |
}, | |
{ | |
"title": "Title", | |
"steps": [ | |
{ | |
"action": "open", | |
"command": "markdown.showPreview", | |
"path": ".demo/03-marc.md" | |
}, | |
{ | |
"action": "executeVSCodeCommand", | |
"command": "markdown.showPreview" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment