Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add markdown support for head metadata #44

Open
Eakam1007 opened this issue Oct 29, 2022 · 0 comments
Open

Add markdown support for head metadata #44

Eakam1007 opened this issue Oct 29, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Eakam1007
Copy link
Owner

This could include:

  • title
  • stylesheets
  • scripts

Markdown could look like this and would only work if placed at the beginning of the markdown file:

---
title: Document title
stylesheet: stylesheet_link1
stylesheet: stylesheet_link2
---

This markdown sets the title, and adds links to two stylesheets.
(Perhaps something better can be used for multiple stylesheets)

@Eakam1007 Eakam1007 added the enhancement New feature or request label Oct 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant