-
Notifications
You must be signed in to change notification settings - Fork 477
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
rdiscount -> kramdown #43
Comments
This brings up a good point; I went and updated Left to use Jekyll 3 in #44. That might be helpful for you. I'm also going to take a peek at your stuff next- brb! |
I changed it back to rdiscount since it's a live site and I didn't want it
I'll push an ugly version to katyhuff.github.io/berkeley/ On Wed, Feb 3, 2016 at 8:55 PM, Zach Holman notifications@github.com
|
alright katyhuff.github.io/berkeley/ is kramdown-ified now. |
So I can reproduce it and it's really strange. Going to keep looking at it because I'm pretty sure it's something obvious that I'm missing. |
Cool, figured it out: diff --git a/_config.yml b/_config.yml
index adad3c4..7cfd329 100644
--- a/_config.yml
+++ b/_config.yml
@@ -4,6 +4,7 @@ markdown: rdiscount
kramdown:
input: GFM
hard_wrap: false
+ parse_block_html: true
github: thehackerwithin
url: http://thehackerwithin.github.com/berkeley
name: Hacker Within
@@ -12,4 +13,3 @@ description: An initial blog and site for THW at UCB
twitter: hackerwithin
gravatar_url: http://www.gravatar.com/avatar/0203c034a145af6cc2576d56cdb4cf73
disqus_username: hackerwithinadmin I noticed that it didn't parse the Markdown when wrapped in an HTML tag. According to the kramdown docs, Let me know if this works for you! |
Heck yes!! |
Hi there @holman . I think we have to reopen this. It looks like they finished the transition to kramdown yesterday. I assume that change caused things to look ugly again: for me: https://thehackerwithin.github.com/berkeley/upcoming.html I tried a couple of changes to my config file such as:
none of these additions helped. |
Yours is fixed if you hit the http version instead of https; you have insecure content warnings so your browser isn't rendering the styles. I'm fixing zachholman.com/left as soon as anything remotely works on github. |
First, thanks for left. I like and use and rely on it.
Now... I see that github is no longer going to support rdiscount in jekyll pages (you're aware of this too, I see: github/pages-gem#179). That's cool. I'm down with that. Trouble is, moving from rdiscount to kramdown in left has mysteriously screwed up my index page rendering. This could totally be my flawed use of left. I hope you'll let me know if that's the case. Here's the source.
I had my index page looking like:
I made (more or less) the following changes to my config.yml file:
Now, it renders terribly.
Any idea what I should do on that front?
The text was updated successfully, but these errors were encountered: