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
I thought I could use the container directive for some customisation of the layout, but for some reason it has no effect.
I am not sure if this is a bug or if I am just missing something.
I am using the latest version of darkslide (installed through pip).
Minimal Example
Test
====
.. container:: foo
Some content.
In a container.
This line is not in the container anymore.
Expected Output
...
<section><divclass="foo"><p>Some content.</p><p>In a container.</p></div><p>This line is not in the container anymore.</p></section>
...
Actual Output
...
<section><p>Some content.</p><p>In a container.</p><p>This line is not in the container anymore.</p></section>
...
The text was updated successfully, but these errors were encountered:
I thought I could use the container directive for some customisation of the layout, but for some reason it has no effect.
I am not sure if this is a bug or if I am just missing something.
I am using the latest version of darkslide (installed through pip).
Minimal Example
Expected Output
Actual Output
The text was updated successfully, but these errors were encountered: