<codeph> trims spaces

Post here questions and problems related to editing and publishing DITA content.
DmitryS
Posts: 26
Joined: Wed Nov 27, 2019 11:03 am

<codeph> trims spaces

Post by DmitryS »

Hi!
Some commands need really three spaces between parameters.
But when I use, for example, this code:

Code: Select all

<codeph>ru   GXG_DESCRI006</codeph>
I got one space only.
My solution is

Code: Select all

<codeph>ru&#8202;&#8202;&#8202;GXG_DESCRI006</codeph>
but I think it is not suitable.

Sincerely,
Dmitry
julien_lacour
Posts: 665
Joined: Wed Oct 16, 2019 3:47 pm

Re: <codeph> trims spaces

Post by julien_lacour »

Hello Dmitry,

I've logged this issue on our tracking system and we will notify you when a fix will be available.

Regards,
Julien
Post Reply