I have lecture notes in markdown format. To create a beamer slide show using the notes I use the following command in terminal

pandoc -t beamer Intro.md -o slides.pdf --slide-level 2 -i -V theme=Warsaw

Will append more information as i discover.