Skip to content

Commit 4519981

Browse files
committed
added the list of currently supported formats in configuration blocks
1 parent 8fcff37 commit 4519981

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

contributing/documentation/format.rst

+18
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,24 @@ The previous reST snippet renders as follow:
9090
9191
// Configuration in PHP
9292
93+
The current list of supported formats are the following:
94+
95+
=============== ===========
96+
Markup format Displayed
97+
=============== ===========
98+
html HTML
99+
xml XML
100+
php PHP
101+
yaml YAML
102+
jinja Twig
103+
html+jinja Twig
104+
jinja+html Twig
105+
php+html PHP
106+
html+php PHP
107+
ini INI
108+
php-annotations Annotations
109+
=============== ===========
110+
93111
.. _reStructuredText: http://docutils.sf.net/rst.html
94112
.. _Sphinx: http://sphinx.pocoo.org/
95113
.. _documents: http://github.com/symfony/symfony-docs

0 commit comments

Comments
 (0)