Skip to main content

MD_SLIDES

Constant MD_SLIDES 

Source
pub const MD_SLIDES: &str = "# Welcome\n\nThis is a fully v2 actionized test Reveal.js presentation written in **Markdown**.\n\n---\n\n## Slide 2\n\n- Bullet 1\n- Bullet 2\n- Bullet Nth\n\n--\n\n## Vertical Slide\n\nThis is a vertical slide under Slide 2.\n\nNote: This note will show in presenter mode.\n\n---\n\n## Code Example\n\n```js\nfunction hello() {\n  console.log(\"Hello from Reveal.js!\");\n}\n```\n\n---\n\n# Image example\n\n![](ferris.png)\n";