Summary
An "admonition" with a "note" content renders a "note" twice
Code snippet that reproduces the problem
Input RST:
.. admonition:: Note
Unfortunately, PhpStorm only recognizes a file as a PHP archive when it has the ``.phar`` suffix.
This is remedied by creating a symbolic link: ``ln -s phpunit tools/phpunit.phar``.
output HTML (in our render-guides context):
Note
Note
Unfortunately, PhpStorm only recognizes a file as a PHP archive when it has the .phar suffix.
This is remedied by creating a symbolic link: ln -s phpunit tools/phpunit.phar.
Expected output
Note
Unfortunately, PhpStorm only recognizes a file as a PHP archive when it has the .phar suffix.
This is remedied by creating a symbolic link: ln -s phpunit tools/phpunit.phar.
Summary An "admonition" with a "note" content renders a "note" twice
Code snippet that reproduces the problem Input RST:
.. admonition:: Note
output HTML (in our render-guides context):
Note
Note
Unfortunately, PhpStorm only recognizes a file as a PHP archive when it has the
.phar
suffix. This is remedied by creating a symbolic link:ln -s phpunit tools/phpunit.phar
.Expected output
Note
Unfortunately, PhpStorm only recognizes a file as a PHP archive when it has the
.phar
suffix. This is remedied by creating a symbolic link:ln -s phpunit tools/phpunit.phar
.