URI: 
       Add information to highlighting with Payments - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit e31536dd8563abd01d80b1acf3a779ba2d0c3e42
   DIR parent c4393257e804804b5e1db5ea82fc24ddf68255b4
  HTML Author: karland <anders-betrachtet@online.de>
       Date:   Mon, 16 Feb 2015 19:50:53 +0100
       
       Add information to highlighting with Payments
       
       Conflicts:
               docs/content/extras/highlighting.md
       
       Diffstat:
         M docs/content/extras/highlighting.md |       1 -
         M docs/content/meta/release-notes.md  |      11 ++++++-----
       
       2 files changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/docs/content/extras/highlighting.md b/docs/content/extras/highlighting.md
       @@ -82,7 +82,6 @@ limits configuration. An ambitious user is encouraged to extend the current
        functionality to offer more customization.
        
        
       -
        ## Client-side
        
        Alternatively, code highlighting can be done in client-side JavaScript.
   DIR diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
       @@ -29,8 +29,9 @@ maintainers and their tremendous contributions this release.
        * Support for [data files](/extras/datafiles/) in [YAML](http://yaml.org/),
          [JSON](http://www.json.org/), or [TOML](https://github.com/toml-lang/toml)
          located in the `data` directory ([#885][])
       -* Support for dynamically loading JSON & CSV from remote sources via GetJson
       -  and GetCsv in short codes or other layout files ([#748][])
       +* Support for [dynamic content](/extras/dynamiccontent/) by loading JSON & CSV
       +  from remote sources via GetJson and GetCsv in short codes or other layout
       +  files ([#748][])
        * [Pagination support](/extras/pagination/) for home page, sections and
          taxonomies ([#750][])
        * Universal sequencing support
       @@ -39,6 +40,8 @@ maintainers and their tremendous contributions this release.
            * Add in-section [Next/Prev](/templates/variables/) content pointers
        * `Scratch` -- [a "scratchpad"](/extras/scratch) for your node- and page-scoped
          variables
       +* [Cross Reference](/extras/crossreferences/) support to easily link documents
       +  together with the ref and relref shortcodes. 
        * [Ace](http://ace.yoss.si/) template engine support ([#541][])
        * A new [shortcode](/extras/shortcodes/) token of `{{</* */>}}` (raw HTML)
          alongside the existing `{{%/* */%}}` (Markdown)
       @@ -92,9 +95,7 @@ maintainers and their tremendous contributions this release.
                * [Automated deployments with
                  Wercker](/tutorials/automated-deployments/)
                * [Creating a new theme](/tutorials/creating-a-new-theme/)
       -* Support for [cross-references](/extras/crossreferences/)
       -* The content is now copied from archetype on `hugo new` (in addition to the
       -  front matter metadata)
       +* [`hugo new`](/content/archetypes/) now copies the content in addition to the front matter
        * Improved unit test coverage
        * Fixed a lot of Windows-related path issues
        * Improved error messages for template and rendering errors