marp-team / marp-cli

A CLI interface for Marp and Marpit based converters
MIT License
1.85k stars 105 forks source link

Add HTML head meta icon customization #569

Open JousP opened 6 months ago

JousP commented 6 months ago

It should be nice to add a directive to set the favicon for html slidedecks.

yhatt commented 6 months ago

🚚 Transfered the issue from Marp Core to Marp CLI. Marp Core only outputs the snippet of the slides. Thus, the core cannot output the definition of the favicon for the whole of HTML.

Related: marp-team/marp#242

It may be provided as part of the metadata directives provided by Marp CLI.

However, there are already many directives in Marp, and adding more directives may overwhelm beginners, so the Marp team is hesitant to implement that. Pull reqeusts from community is welcome.