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

switch syntax highlighting to Linguist w/ auto-detection #28

Closed
wants to merge 2 commits into from

Commits on Dec 4, 2012

  1. fix broken code blocks in Readme

    Removing the outer fenced block since I can't figure out how to escape
    the inner fenced block :/
    mislav committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    d809aa1 View commit details
    Browse the repository at this point in the history
  2. switch syntax highlighting to Linguist & enable detection

    <pre> tags without a "lang" attribute are now auto-detected for language
    among the popular languages that Linguist can recognize.
    
    This behavior is default and can be turned off with
    `:detect_syntax => false`
    mislav committed Dec 4, 2012
    Configuration menu
    Copy the full SHA
    3db43bb View commit details
    Browse the repository at this point in the history