this is a plugin for presenting markdown files.
Present can execute code in Language Blocks, when you have them in a slide. Only one snippet per slide is currently supported.
print("Hello World", 29)You may need to configure this with opts.executors.
Currently only Python and Javascript are supported by default.
console.log({myField: true, other: false})print("hello world", 5 + 4)require("present").start_presentation({})Open a README.md
use :PresentStart Command.
Use n, and p to navigate markdown slides.
use q to exit present.
Use x to run a code block.
Use :q to exit the code block execution.