Skip to content

Instantly share code, notes, and snippets.

@johnloy
Last active February 7, 2026 17:49
Show Gist options
  • Select an option

  • Save johnloy/27dd124ad40e210e91c70dd1c24ac8c8 to your computer and use it in GitHub Desktop.

Select an option

Save johnloy/27dd124ad40e210e91c70dd1c24ac8c8 to your computer and use it in GitHub Desktop.
List of markdown presentation tools

Electron apps

Slide deck frameworks supporting Markdown source

Hosted services

macOS apps

CLI markdown ⇒ slides conversion tools

@zenomt
Copy link

zenomt commented Feb 7, 2026

for CLI: https://github.com/zenomt/mdslides (sample presentation: https://zenomt.github.io/mdslides/mdslides.html )

it generates pure HTML+CSS presentations (no JavaScript). it's just a CSS stylesheet and an 8 line Awk script to replace slide delimiters with HTML to work with the stylesheet. bring your own (CommonMark) Markdown formatter (i like MD4C's md2html).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment