Actually produce valid RST from the template
parent
8643b4aadd
commit
c237c9010a
@ -1,7 +1,15 @@
|
|||||||
{{event.type}}
|
``{{event.type}}``
|
||||||
--------------
|
Summary:
|
||||||
Summary: {{event.summary}}
|
{{event.summary}}
|
||||||
Type: {{event.typeof}}
|
Type:
|
||||||
Description: {{event.desc}}
|
{{event.typeof}}
|
||||||
JSON Format: {{event.json_format | jsonify}}
|
Description:
|
||||||
Example: {{example.content | jsonify}}
|
{{event.desc}}
|
||||||
|
|
||||||
|
JSON Format::
|
||||||
|
|
||||||
|
{{event.json_format | jsonify(4)}}
|
||||||
|
|
||||||
|
Example::
|
||||||
|
|
||||||
|
{{example.content | jsonify(4)}}
|
||||||
|
|||||||
Loading…
Reference in New Issue