cuberat / Pod-POM-View-Restructured

CPAN module Pod::POM::View::Restructured
1 stars 2 forks source link

`-i` is converted incorrectly #10

Open ole-tange opened 3 years ago

ole-tange commented 3 years ago
`-i`

is converted to:

\\`-i\\`

Which is displayed by Sphinx as:

\`-i\`

Instead it should be converted to:

\`-i\`

which displays as

`-i`
alexm commented 3 years ago

The issue happens only inside a bold block, as in

B<`-i`>

Which results in (note the space at the end of line)

\ **\\`-i\\`**\ 

Instead of the expected

\ **\`-\i`**\