Need a trailing whitespace in code

This commit is contained in:
Dongdong Tian 2022-05-18 20:08:29 +08:00
parent c61a2b2ed4
commit c6c714264b

View File

@ -112,7 +112,11 @@ strip
$(strip a b c ) $(strip a b c )
把字串 ``a b c `` 去掉开头和结尾的空格,结果是 ``a b c`` 把字串 |abc| 去掉开头和结尾的空格,结果是 ``a b c``
.. |abc| raw:: html
<code class="docutils literal notranslate"><span class="pre">a b c&nbsp;</span></code>
findstring findstring
~~~~~~~~~~ ~~~~~~~~~~