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

Ignore Jekyll markup #20

Closed
mrpotes opened this issue Jun 7, 2013 · 2 comments
Closed

Ignore Jekyll markup #20

mrpotes opened this issue Jun 7, 2013 · 2 comments
Milestone

Comments

@mrpotes
Copy link

mrpotes commented Jun 7, 2013

In a Jekyll markdown file there is a header that defines post attributes at the top of the file, separated by ---, e.g.:


---
author: me
title: My blog post
layout: default_post

---

## My subtitle
{{ site.time | date_to_string }}

The Markdown HTML Preview and Markdown Editor should ignore content in this section (enabled by a preference?), and any content between double curly braces, {{...}} and curly-brace-percent, {%...%}. In the example above, the preview view renders the section at the top, and the editor displays the text from the underscore in default_post to the first underscore in date_to_string in italics, and doesn't render the heading in bold.

@paulvi
Copy link
Collaborator

paulvi commented Jan 12, 2015

I guess that is exactly Markdown metadata,
that is address by #49

@paulvi paulvi added this to the 1.2 milestone Jan 12, 2015
@paulvi
Copy link
Collaborator

paulvi commented Jan 27, 2015

closing with #49 #52

@paulvi paulvi closed this as completed Jan 27, 2015
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