You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
First of all thank you for this amazing converter, I really like it so far. However, when I try to include an external cpp file in one of my markdown with the following literalinclude directive:
However, if I add text or just a single character after the above literalinclude everything works as expected. The code from the cpp file renders fine.
.. literalinclude:: ../ch2-hello_world/exercises/exercise-01/main.cpp
:language: cpp
:caption: helloworldextended.cpp
here is some text
Am I missing an option at the end of the literalinclude or why is text after it required to render the code properly?
Here is the result on read the docs running Sphinx v1.8.5, python 3.7 and m2r v0.2.1
The text was updated successfully, but these errors were encountered:
fjp
changed the title
literalinclude
literalinclude does not render
Aug 6, 2019
fjp
changed the title
literalinclude does not render
literalinclude no content permitted
Aug 6, 2019
First of all thank you for this amazing converter, I really like it so far. However, when I try to include an external cpp file in one of my markdown with the following
literalinclude
directive:The code is not rendered and I get the following warning in the raw build output:
However, if I add text or just a single character after the above
literalinclude
everything works as expected. The code from the cpp file renders fine.Am I missing an option at the end of the
literalinclude
or why is text after it required to render the code properly?Here is the result on read the docs running Sphinx v1.8.5, python 3.7 and m2r v0.2.1
The text was updated successfully, but these errors were encountered: