reveal-md icon indicating copy to clipboard operation
reveal-md copied to clipboard

reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file

Results 29 reveal-md issues
Sort by recently updated
recently updated
newest added

In the following file, it assumes the structure is always known and always the same. It's not always the case, for exemple using pnpm, you have a slightly different node_modules...

Hello, Thanks for creating this wonderful project. It has been very useful. After successfully completing my presentation using reveal-md, an audience member requested that I share some slides in PDF...

Hi, and thank you for an amazing project! The contributing guidelines said that feature requests and questions were allowed, so here goes... Would you ever consider adding the following feature?...

reveal-md version: 6.0.1 npm version: 10.2.4 node version: v20.11.0 Create a single file `test.md` containing only: ````md ```text a b ``` ```` This is rendered as: ![Screenshot from 2024-02-20 06-39-01](https://github.com/webpro/reveal-md/assets/311239/444a7393-cd67-4205-9bcc-1dbff9276d35)...

Hi ! I was trying to print my presentation, but I found out the documentation is outdated. Thank you for your tool !

I would like to see support for Lazy Loading of all the objects that reveal.js can lazily load. Currently this requires changing the `src` attribute of the media object you...

enhancement

Hi: Do we know if `reveal-md` will eventually support the animating between code blocks as demostrated on https://revealjs.com/auto-animate/#example%3A-animating-between-code-blocks ? Have been trying to experiment with the following syntax, but not...

Hello! When building and deploying a reval-md site, is it possible to customize the `base` provided to templates? I'm thinking maybe here? https://github.com/webpro/reveal-md/blob/6f18654acc58287f7f6b86843901e6f9727af659/lib/listing.js#L33 When building a static site from a...

I'm deploying slides generated with reveal-md to GitHub Pages. (URLs generally look like this: `https://USERNAME.github.io/REPOSITORY/`) I decided to add some custom CSS and a custom theme. This is what the...

I'm using a custom theme in my presentation, and a custom css file, using the yaml front matter: ```yaml --- theme: theme/orange.css css: theme/custom.css --- ``` when generating a static...