-
Notifications
You must be signed in to change notification settings - Fork 129
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
Implement linkable headers #76
Comments
Looks like a great addition, I'll look into it. |
I did a quick test but I think it conflicts with mootools. Didn't had time to check |
Darn Mootools! |
Hey, it looks like we can do it with marked.js. https://github.com/chjj/marked#overriding-renderer-methods here is the piece of code which builds the
Looks like this dictates the options of
The instructions aren't too clear on how to override the renderer. |
Neat! it even provides Github flavored markdown https://github.com/chjj/marked#gfm that is awesome for code hightlights |
Adding link for document the decisions: https://twitter.com/TomHutchisonJr/status/511215090335752193 |
Just not if we should use eco or coffeeKup. I like CoffeeKup but the template engine is very picky. One mistake and it breaks until you fix it. |
Adding this in case anyone can do progress in the Coding Standards template during the Code Sprint: Tom Hutchison [11:07 PM] Tom Hutchison [11:05 PM] Tom Hutchison [11:09 PM] |
I just found this http://ben.balter.com/2014/03/13/pages-anchor-links/
@Hutchy68 do you think we can add it?
The text was updated successfully, but these errors were encountered: