|
From: Guenter M. <mi...@us...> - 2025-04-06 15:33:05
|
On 2025-04-06, Guenter Milde via Docutils-develop wrote:
> On the downside, there is no way to specify a field name with trailing
> whitespace.
I found a way to circumvent this restriction: Inside field names, inline
syntax is recognized, so you can use a substitution::
.. |space| unicode:: 32
:trim:
:strange field name |space|: and field
Günter
|