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

Allow custom markdown processors #1872

Merged
merged 10 commits into from Dec 26, 2013

Commits on Dec 26, 2013

  1. Use $stderr, not STDERR, $stderr points to STDERR.

    Jordon authored and gjtorikian committed Dec 26, 2013
    Copy the full SHA
    4d017b4 View commit details
    Browse the repository at this point in the history
  2. New is implied by raise, 2nd is the message.

    Jordon authored and gjtorikian committed Dec 26, 2013
    Copy the full SHA
    626d54a View commit details
    Browse the repository at this point in the history
  3. Allow custom Markdown processors.

    Jordon authored and gjtorikian committed Dec 26, 2013
    Copy the full SHA
    c759a7a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    31bebf0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'steal-envygeeks-custom-markdown-processors' of git://gi…

    …thub.com/gjtorikian/jekyll into gjtorikian-steal-envygeeks-custom-markdown-processors
    
    * 'steal-envygeeks-custom-markdown-processors' of git://github.com/gjtorikian/jekyll:
      Depend on Jekyll.logger.error, not $stderr
      Allow custom Markdown processors.
      New is implied by `raise`, 2nd is the message.
      Use $stderr, not STDERR, $stderr points to STDERR.
    parkr committed Dec 26, 2013
    Copy the full SHA
    c70350e View commit details
    Browse the repository at this point in the history
  6. Use downcase.

    Jordon Bedwell authored and parkr committed Dec 26, 2013
    Copy the full SHA
    a206dc1 View commit details
    Browse the repository at this point in the history
  7. Extract checks for acceptable custom markdown processors to method.

    We should probably write more about what it does and how it works in a TomDoc block above.
    @envygeeks, want to give that a shot?
    parkr committed Dec 26, 2013
    Copy the full SHA
    60b4310 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    7b99846 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ab95cca View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    88612bf View commit details
    Browse the repository at this point in the history