markdown-slides icon indicating copy to clipboard operation
markdown-slides copied to clipboard

Add support for adding HTML meta tags // overriding index_template.html

Open sjn opened this issue 2 years ago • 2 comments

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! :-)

sjn avatar Sep 12 '23 09:09 sjn

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.

dadoomer avatar Apr 08 '24 15:04 dadoomer

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?

sjn avatar Apr 16 '24 19:04 sjn