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

Exclude some metadata in html head #54

Closed
feekApp opened this issue Feb 18, 2016 · 1 comment
Closed

Exclude some metadata in html head #54

feekApp opened this issue Feb 18, 2016 · 1 comment

Comments

@feekApp
Copy link

feekApp commented Feb 18, 2016

Hi,

I was wondering if there is a way to exclude some metadata items in the final rendered HTML.

For example I use the metadata transcludebase in order to incorporate my specific headers and footers.

So

transcludebase:   /Users/MyName/Dropbox/Sync/mmdStyles

renders:

<head>
    ...
    <meta name="transcludebase" content="/Users/MyName/Dropbox/Sync/mmdStyles"/>
    ...
</head>

But I do not want this metadata gets in the header. Is there a way to prevent this (not relevant information=> local and personal information)?

For example via

multimarkdown --exclude-in-header='transcludebase,other-meta'  changelog.md

regards,
Feek

@fletcher
Copy link
Owner

This project has not been under active develop for many years. Perhaps you were looking for this instead:

https://github.com/fletcher/MultiMarkdown-5

(Short answer is there is not a feature like that, but the source can be modified to exclude additional "standard" metadata keys.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants