.. _Nng\Nnhelpers\ViewHelpers\Format\HtmlToSphinxViewHelper:
=======================================
format.htmlToSphinx
=======================================
Description
---------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Converts HTML tags to Sphinx syntax for the TER documentation.
.. code-block:: php
{annotation->f:format.raw()->nnt3:format.htmlToSphinx()}
From the following code ...
.. code-block:: php
This is a description of this method
$a = 99;
.. code-block:: php
$a = 99;
this is rendered here:
.. code-block:: php
This is a description of this method
.. code-block:: php
$a = 99;
| ``@return string``