fdbbc8bbe0
PiperOrigin-RevId: 471222168 Change-Id: If43210636cf20000b343ad1efd02836465380ebe
18 lines
283 B
ReStructuredText
18 lines
283 B
ReStructuredText
..
|
|
Macros for adding non-breaking spaces for indentation.
|
|
|
|
.. |_| unicode:: 0xA0 0xA0
|
|
:trim:
|
|
|
|
.. |_2| unicode:: 0xA0 0xA0 0xA0 0xA0
|
|
:trim:
|
|
|
|
.. |_3| unicode:: 0xA0 0xA0 0xA0 0xA0 0xA0 0xA0
|
|
:trim:
|
|
|
|
..
|
|
Macro for injecting a custom line break.
|
|
|
|
.. |br| raw:: html
|
|
|
|
<br/> |