Closed danfunk closed 11 years ago
the problem with this is that I couldn't get it to play well with jekyll + pygments (which I'm using to render the pages)
am I missing a trick here?
On Thu, Feb 7, 2013 at 9:19 PM, Dan Funk notifications@github.com wrote:
just modified your markdown so that it would format code correctly on github.
You can merge this Pull Request by running
git pull https://github.com/danfunk/hal_specification master
Or view, comment on, or merge it at:
https://github.com/mikekelly/hal_specification/pull/6
Commit Summary
Fixing markdown syntax
File Changes
M hal_specification.md (22)
Patch Links:
https://github.com/mikekelly/hal_specification/pull/6.patch https://github.com/mikekelly/hal_specification/pull/6.diff
Mike
http://twitter.com/mikekelly85 http://github.com/mikekelly http://linkedin.com/in/mikekelly123
@mikekelly You can set markdown: redcarpet
in the _config.yml
to make the rendering compatible to Github.
oh, I thought I tried that and it didn't work. I'll give it another shot.
I think this changed recently with the upgrade to Jekyll 1.0.
ah. perfect, thanks.
On Mon, May 13, 2013 at 9:34 AM, Pascal Hartig notifications@github.comwrote:
I think this changed recently with the upgrade to Jekyll 1.0.
— Reply to this email directly or view it on GitHubhttps://github.com/mikekelly/hal_specification/pull/6#issuecomment-17798662 .
Mike
http://twitter.com/mikekelly85 http://github.com/mikekelly http://linkedin.com/in/mikekelly123
just modified your markdown so that it would format code correctly on github.