GitHub user riknoll opened a pull request:

    https://github.com/apache/cordova-docs/pull/560

    Better syntax highlighting

    Switching from prettify to rouge!
    
    Good changes:
    * Way nicer looking code blocks that we can easily edit the CSS for
    * No more inline code highlighting (aka less colorful blog posts)
    * Better performance probably?
    * I fixed a lot of random broken markdown across the site
    
    Bad changes:
    * Language detection is not longer automatic so we need to use GFM fenced 
code blocks (which I already did)
    
    I highly recommend that you add `?w=1` to the URL when viewing changes in 
this PR (removes whitespace changes)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/riknoll/cordova-docs syntax-highlighting

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/560.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #560
    
----
commit da85fd20b955d8d17253e2be95b8689d4cc5aa88
Author: Richard Knoll <[email protected]>
Date:   2016-03-17T00:51:28Z

    Replacing prettify.js with rouge for syntax highlighting

commit a65e8109a34b3ca68545fde45029d8430298b3a8
Author: Richard Knoll <[email protected]>
Date:   2016-03-18T00:49:17Z

    Converted all markdown code blocks in dev to GFM fenced blocks

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to