Fix gh-pages display of fenced code blocks#10
Merged
lwasser merged 2 commits intolwasser:gh-pagesfrom Mar 29, 2015
qjcg:gh-pages
Merged
Fix gh-pages display of fenced code blocks#10lwasser merged 2 commits intolwasser:gh-pagesfrom qjcg:gh-pages
lwasser merged 2 commits intolwasser:gh-pagesfrom
qjcg:gh-pages
Conversation
lwasser
pushed a commit
that referenced
this pull request
Mar 29, 2015
Fix gh-pages display of fenced code blocks. We'll need to add the other original contributors of this material to the YAML as well.
Author
|
Haha... no worries re: last name spelling --- you're not the first, and you won't be the last, to add a "t" to my name. Is it possible the issue that you're having is that you don't have the redcarpet Ruby gem installed on your local machine when you're running jekyll? (You can do If so, are you running jekyll from your local Let me know if any of this helps! |
fmichonneau
pushed a commit
to fmichonneau/python-ecology
that referenced
this pull request
Apr 28, 2017
Fix: styles for tables in SQL lessons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub's gh-pages markdown rendering can be a bit of a headache (the term "markdown hell" comes up in online discussions not infrequently...).
This PR adds some minimal configuration enabling:
Compare the code blocks in your current gh-pages with mine to see the difference.