Hey, this is a plugin for presenting markdown files!!
Can execute code in lua blocks, when you have them in a slide
print("Hello world", 37, true)
Can execute code in Language blocks, when you have them in a slide.
You may need to configure this with opts.executors
, only have Python and Javascript by default.
print("yaayayayaya python")
require("present").start_presentation {}
Use n
, and p
to navigate markdow slides.
Or use :PresentStart
Command
teej_dv