Skip to content

Commit b927c9f

Browse files
adamchainzdavidism
authored andcommitted
README - fixes (pallets#578)
* Add syntax highlighting * Fix build table which doesn't display on Github RST renderer
1 parent d9b879d commit b927c9f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

+7-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ an optional `sandboxed`_ environment.
88
Nutshell
99
--------
1010

11-
Here a small example of a Jinja template::
11+
Here a small example of a Jinja template:
12+
13+
.. code-block:: jinja
1214
1315
{% extends 'base.html' %}
1416
{% block title %}Memberlist{% endblock %}
@@ -41,9 +43,9 @@ Builds
4143
------
4244

4345
+---------------------+------------------------------------------------------------------------------+
44-
| ``master`` | .. image:: https://travis-ci.org/pallets/jinja.svg?branch=master |
45-
| | :target: https://travis-ci.org/pallets/jinja |
46+
| ``master`` | .. image:: https://travis-ci.org/pallets/jinja.svg?branch=master |
47+
| | :target: https://travis-ci.org/pallets/jinja |
4648
+---------------------+------------------------------------------------------------------------------+
47-
| ``2.7-maintenance`` | .. image:: https://travis-ci.org/pallets/jinja.svg?branch=2.7-maintenance |
48-
| | :target: https://travis-ci.org/pallets/jinja |
49+
| ``2.7-maintenance`` | .. image:: https://travis-ci.org/pallets/jinja.svg?branch=2.7-maintenance |
50+
| | :target: https://travis-ci.org/pallets/jinja |
4951
+---------------------+------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)