-
Notifications
You must be signed in to change notification settings - Fork 56
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
HTML title in md #128
Comments
I think the following code may works with metadata at the beginning like this: Lines 75 to 94 in b562f83
But unfortunately, this code does not clear the metadata from the output. markdown = markdown.replace(/^\s*?[{\-]{3}([\s\S]+?)[}\-.]{3}\s*?/g, ($0,$1) => { frontmatter = $1; return '';}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to encode the HTML page's title in the markdown source file?
The text was updated successfully, but these errors were encountered: