We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unknown option: "caption"
code-block
When using this code :
.. code-block:: console :caption: Cloning the |comintboardimg| repository :name: clone-com-int $ git clone https://gitlab.com/xxxx/xxxx.git $ cd comboard-linux-image
And running rstfmt on my source folder using rstfmt source, I'm having the following error :
rstfmt
source
rstfmt source
:40: (ERROR/3) Error in "code-block" directive: unknown option: "caption".
This is also happening with .. code-block:: equivalent .. sourcecode::
.. code-block::
.. sourcecode::
rstfmt 0.0.13
python3
Python 3.8.10
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using this code :
And running
rstfmt
on mysource
folder usingrstfmt source
, I'm having the following error :This is also happening with
.. code-block::
equivalent.. sourcecode::
rstfmt
version :rstfmt 0.0.13
python3
version :Python 3.8.10
The text was updated successfully, but these errors were encountered: