diff options
| author | jfbu <jfbu@free.fr> | 2021-01-30 21:17:07 +0100 |
|---|---|---|
| committer | jfbu <jfbu@free.fr> | 2021-01-30 21:17:07 +0100 |
| commit | c07adc4ebbb01f2236e08b43fbd6be22f94540c9 (patch) | |
| tree | bdaa203014783f541d57adf24617b99fa4bc7f4c /doc | |
| parent | 5969163c4ff5beabb3d62615bff79df6a7e7d594 (diff) | |
| download | sphinx-git-c07adc4ebbb01f2236e08b43fbd6be22f94540c9.tar.gz | |
Fix docs markup from d6e11b89
Sorry that I fixed this in master already, forgetting it was initially
merged into 3.x.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/latex.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/latex.rst b/doc/latex.rst index 91031f547..39d4b8147 100644 --- a/doc/latex.rst +++ b/doc/latex.rst @@ -1024,11 +1024,11 @@ Environments Miscellany ~~~~~~~~~~ -- Every text paragraph in document body starts with `\sphinxAtStartPar`. +- Every text paragraph in document body starts with ``\sphinxAtStartPar``. Currently, this is used to insert a zero width horizontal skip which is a trick to allow TeX hyphenation of the first word of a paragraph in a narrow context (like a table cell). For ``'lualatex'`` which - does not need the trick, the `\sphinxAtStartPar` does nothing. + does not need the trick, the ``\sphinxAtStartPar`` does nothing. .. versionadded:: 3.5.0 |
