Generate web slides from Comark
0

Configure Feed

Select the types of activity you want to include in your feed.

morkdeck / slides.md
333 B

Hello There#

This is my presentation


Yes#

  • A presentation
  • It has slides
  • It has bullets!

Some code#

// And here's some code

function hello() {
	return "hello"
}

console.log("hello") // Prints "hello"

And a diagram#

flowchart LR
	Hello --> World

Thank You#