Docs: Quote <!--more--> in <code> instead of italicizing it
authorAnthony Fok <foka@debian.org>
Fri, 17 Oct 2014 01:00:09 +0000 (19:00 -0600)
committerbep <bjorn.erik.pedersen@gmail.com>
Mon, 8 Dec 2014 21:44:30 +0000 (22:44 +0100)
Also replace "--" with "&#x2d;&#x2d;" prevent "--" from
being interpreted as en-dash.

Note: A simple `<!--more-->` does not work.

docs/content/templates/variables.md

index f7a202b278fd14454796a413d52e7995c5d611fc..0e8ad729be69f936feabb4a38032220834e4c2d1 100644 (file)
@@ -24,7 +24,7 @@ matter, content or derived from file location.
 
 **.Title**  The title for the content.<br>
 **.Content** The content itself, defined below the front matter.<br>
-**.Summary** A generated summary of the content for easily showing a snippet in a summary view. Note that the breakpoint can be set manually by inserting *&#x3C;!--more--&#x3E;* at the appropriate place in the content page.<br>
+**.Summary** A generated summary of the content for easily showing a snippet in a summary view. Note that the breakpoint can be set manually by inserting <code>&lt;!&#x2d;&#x2d;more&#x2d;&#x2d;&gt;</code> at the appropriate place in the content page.<br>
 **.Description** The description for the content.<br>
 **.Keywords** The meta keywords for this content.<br>
 **.Date** The date the content is associated with.<br>