Skip to content

Instantly share code, notes, and snippets.

@marcduiker
Created December 4, 2024 21:24
Show Gist options
  • Save marcduiker/37b465e785967dd0ba495bdce28e63ac to your computer and use it in GitHub Desktop.
Save marcduiker/37b465e785967dd0ba495bdce28e63ac to your computer and use it in GitHub Desktop.
Example demo file to show markdown in preview mode
{
"$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