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

Curly braces not being processed #8

Open
littlebigbot opened this issue Jul 1, 2014 · 3 comments
Open

Curly braces not being processed #8

littlebigbot opened this issue Jul 1, 2014 · 3 comments

Comments

@littlebigbot
Copy link
Contributor

This is what it looks like out of the box, just wondering why those curly braces aren't being parsed:

screen shot 2014-07-01 at 1 14 58 pm

@davidhund
Copy link
Owner

The unparsed curly-braces are Block Inline Attribute Lists — these are used in supersets of Markdown (such as Maruku and Kramdown) to allow authors to attach attributes (such as classnames) to HTML elements, something that default Markdown does not do...

It seems, however, that they don't work ;) Maybe it has to do with the recent switch of Jekyll from Maruku to Kramdown? I'll have to take a look.

Be advised that Jekyll-Styleguide is far from finished/polished. As I state in the readme I simply had a need for it myself and hacked it together in a couple of hours. I expect stuff to break ;)

I will look into it as soon as I can find the time. In the mean time you should be able to work around it: it is a aesthetic issue on the README only and does not influence the components…

@littlebigbot
Copy link
Contributor Author

Thanks for the response!

And no worries, I'm hacking it apart for my own means so I was just wondering I was missing anything. Should I leave this open or close it?

@davidhund
Copy link
Owner

Great, would love to hear your thoughts. Pls leave it open: I'll take a look.

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