Skip to content

Commit

Permalink
Remove note that does not apply to Nikola
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Dec 24, 2015
1 parent 7243344 commit adfc043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual.txt
Expand Up @@ -815,13 +815,13 @@ Using a shortcode

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).

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".
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".

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

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

{{% highlight go %}} A bunch of code here {{% /highlight %}}
{{% highlight python %}} A bunch of code here {{% /highlight %}}

Build-in shortcodes
~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit adfc043

Please sign in to comment.