Skip to content

Commit adfc043

Browse files
committedDec 24, 2015
Remove note that does not apply to Nikola
1 parent 7243344 commit adfc043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/manual.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -815,13 +815,13 @@ Using a shortcode
815815

816816
In your content files, a shortcode can be called by using the ``{{% name parameters %}}`` form. Shortcode parameters are space delimited. Parameters with spaces can be quoted (or backslash escaped).
817817

818-
The first word is always the name of the shortcode. Parameters follow the name. Depending upon how the shortcode is defined, the parameters may be named, positional or both (although you can’t mix parameter types in a single call). The format for named parameters models that of HTML with the format name="value".
818+
The first word is always the name of the shortcode. Parameters follow the name. Depending upon how the shortcode is defined, the parameters may be named, positional or both. The format for named parameters models that of HTML with the format name="value".
819819

820820
Some shortcodes use or require closing shortcodes. Like HTML, the opening and closing shortcodes match (name only), the closing being prepended with a slash.
821821

822822
Example of a paired shortcode (note that we don't have a highlight shortcode yet ;-)::
823823

824-
{{% highlight go %}} A bunch of code here {{% /highlight %}}
824+
{{% highlight python %}} A bunch of code here {{% /highlight %}}
825825

826826
Build-in shortcodes
827827
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
Please sign in to comment.