markdown-to-slides
markdown-to-slides copied to clipboard
A command line interface to convert markdown documents to an HTML slideshow
- Hi, I have a question about deploying the generated HTML page to my own website. I have generated the HTML page and put all the relevant files in my...
Hi there! Thanks for the cool product. I tried running it with the following command line options (using headers as slide breakup). ``` markdown-to-slides README.md -o slideshow.html -d ``` In...
/cc @partageit
Addresses #16
@partageit is this project still maintained? I see that there are 3 outstanding PRs, the oldest of which has been around for a year.
The link to load remark.js is `http` and not `https`. This can prevent the javascript from loading if the page is served with https, as modern browsers often block scripts...
With p, specifying line-height of list elements doesn't work.
Add a watcher that watches for stylesheet changes (either custom or default one)
It seems like the script should always take at least one argument, path to a markdown file. To be a well-behaved script it'd be nice to exit and print help
I know that Remark supports math equations in Mathjax. Is this option available in markdown-to-slides as well? I tried to render math equations with the instructions in the repo but...