sphinx-design icon indicating copy to clipboard operation
sphinx-design copied to clipboard

New line in button -- not working

Open zerothi opened this issue 2 years ago • 0 comments

Describe the bug

context When I do a block new line in a button the | are showed verbatim!

expectation I expected the regular rst to function.

.. button-link:: example.com
    :expand:
    
     | hey
     | new line

problem The button contains the | characters, and no new lines are inserted.

Reproduce the bug

Create a button-link with the above code.

List your environment

sphinx-design == 0.5.0

zerothi avatar Aug 28 '23 07:08 zerothi