markdown-slides
markdown-slides copied to clipboard
Add support for adding HTML meta tags // overriding index_template.html
Hei!
I have use for adding HTML tags to the
section in a presentation. As things are now, there's no way to add these cleanly.This could be made possible either by adding a way to add those with a new template keyword (e.g. HTML_META in addition to TITLE and DATA) or by allowing an alternative index_template.html to be used when running mdslides.
Hope this isn't too much to do! :-)
I'm assuming you mean <meta> tags. That's a good idea and shouldn't be too much work.
Perhaps we should go one step further and have a way of inserting arbitrary HTML.
Thanks for the suggestion, I'll look into this when I get some downtime from work.
Appreciated. By the way, the actual problem I'd like to solve, is to show Mermaid diagrams in the slideshow. :grin:
Maybe these links help?