Skip to content

Commit

Permalink
fix warning markup (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
sequitur committed Jun 19, 2017
1 parent f885a9d commit 14000a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/templating.rst
Expand Up @@ -7,9 +7,7 @@ Improv includes some basic templating functionality. For the most part, this is
used so that snippets can be nested, allowing one phrase to include the output
from a different snippet.

.. warning:: Improv's templating engine is very simple, and it doesn't do any sort
of validation or checking. As a result, do not pass "dirty" user-submitted data
into Improv; there is not guarantee that this is safe.
.. warning:: Improv's templating engine is very simple, and it doesn't do any sort of validation or checking. As a result, do not pass "dirty" user-submitted data into Improv; there is not guarantee that this is safe.

When Improv generates a phrase, that phrase gets run by the templating engine,
from the start to the end of the phrase. It leaves everything alone other than
Expand Down

0 comments on commit 14000a1

Please sign in to comment.