shithub: hugo

Download patch

ref: e31536dd8563abd01d80b1acf3a779ba2d0c3e42
parent: c4393257e804804b5e1db5ea82fc24ddf68255b4
author: karland <[email protected]>
date: Mon Feb 16 14:50:53 EST 2015

Add information to highlighting with Payments

Conflicts:
	docs/content/extras/highlighting.md

--- a/docs/content/extras/highlighting.md
+++ b/docs/content/extras/highlighting.md
@@ -82,7 +82,6 @@
 functionality to offer more customization.
 
 
-
 ## Client-side
 
 Alternatively, code highlighting can be done in client-side JavaScript.
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -29,8 +29,9 @@
 * 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 @@
     * 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 @@
         * [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