Skip to content

Commit edfbba3

Browse files
committedDec 24, 2015
Minor manual updates
1 parent c023f85 commit edfbba3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎docs/manual.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -813,9 +813,9 @@ To use them from plugins, please see `Extending Nikola <https://getnikola.com/ex
813813
Using a shortcode
814814
~~~~~~~~~~~~~~~~~
815815

816-
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.
816+
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 mixed 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 (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".
Has conversations. Original line has conversations.
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

@@ -1162,7 +1162,7 @@ The branch to use for committing the sources can be changed using the
11621162
``GITHUB_DEPLOY_BRANCH`` option in your config. For a
11631163
user.github.io/organization.github.io, this MUST be set to ``master``,
11641164
and the branch containing the sources must be changed to something
1165-
else, like ``deploy``, using the ``GITHUB_SOURCE_BRANCH`` option. The
1165+
else, like ``src``, using the ``GITHUB_SOURCE_BRANCH`` option. The
11661166
remote name to which the changes are pushed is ``origin`` by default,
11671167
and can be changed using the ``GITHUB_REMOTE_NAME`` option. You also,
11681168
obviously, need to have ``git`` on your PATH, and should be able to

0 commit comments

Comments
 (0)
Please sign in to comment.