Reproduced on both Scrivener 2.4.1 and 2.5, Mac OS X 10.5.8
Repro:
- Open a scrivener document and type in some text. Highlight the text. Apply Bold styling, and then Italic styling. Bold italic
- Menu: Edit -> Copy Special -> Copy As BBCode
- Paste elsewhere.
Expected result: [ b ][ i ]Bold italic[ /i ][ /b ]
Actual result: [ b ][ i ]Bold italic[ /b ][ /i ]
(minus spaces in tags)
Side note: The exact same highlighted text in my test document, if copied with “Copy As HTML”, returns:
< p style=“margin: 0.0px 0.0px 0.0px 0.0px; text-indent: 18.0px; font: 14.0px Helvetica” >< b >< i >Bold italic< /i >< /b >< /p >
So it appears to be parsing the highlighting correctly, it’s just not nesting the BBCode tags properly.
(This is actually breaking my work on some epub converters on a fanfic site I submit to. )