format.htmlToSphinx
Description
<nnt3:format.htmlToSphinx />
Converts HTML tags to Sphinx syntax for the TER documentation.
{annotation->f:format.raw()->nnt3:format.htmlToSphinx()}
Copied!
From the following code ...
This is a description of this method
$a = 99;
Copied!
$a = 99;
Copied!
this is rendered here:
This is a description of this method
.. code-block:: php
$a = 99;
Copied!
| @return string