IMPROVED : Docs Syntax Highlighting
http://documentation-style-guide-sphinx.readthedocs.org/en/latest/style-guide.html#code-blocks
This commit is contained in:
parent
676666f772
commit
aec8d9f596
|
|
@ -13,7 +13,7 @@ a loaded template file.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
.. code:: php
|
.. code-block:: php
|
||||||
|
|
||||||
$template = $PHPWord->loadTemplate('Template.docx');
|
$template = $PHPWord->loadTemplate('Template.docx');
|
||||||
$template->setValue('Name', 'Somebody someone');
|
$template->setValue('Name', 'Somebody someone');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue