Fix typos and inconsistencies
This commit is contained in:
@@ -62,12 +62,12 @@ Forced Line Break
|
|||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Inserting ``[br]`` in the text will ensure a line break is always inserted in that place, even if
|
Inserting ``[br]`` in the text will ensure a line break is always inserted in that place, even if
|
||||||
you turn off **Preserve Hard Line breaks** in your **Manuscript Build Settings**.
|
you turn off **Preserve Hard Line Breaks** in your manuscript build settings.
|
||||||
|
|
||||||
You can add a manual line break after it too, for a better visual representation in the editor, but
|
You can add a manual line break after it too, for a better visual representation in the editor, but
|
||||||
keep in mind that this line break is removed before the text is processed, so the text on either
|
keep in mind that this line break is removed before the text is processed, so the text on either
|
||||||
side will be considered as belonging to the same line. This can affect how alignment is treated.
|
side of the ``[br]`` shortcode will be considered as belonging to the same line. This can affect
|
||||||
See :ref:`docs_usage_align_indent_forced` for more details.
|
how alignment is treated. See :ref:`docs_usage_align_indent_forced` for more details.
|
||||||
|
|
||||||
|
|
||||||
.. _docs_usage_formatting_breaks:
|
.. _docs_usage_formatting_breaks:
|
||||||
|
|||||||
@@ -69,9 +69,9 @@ precedence is:
|
|||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
It is strongly recommended that you keep the **Preserve Hard Line Breaks** setting enabled in
|
It is strongly recommended that you keep the **Preserve Hard Line Breaks** setting enabled in
|
||||||
your **Manuscript Build Settings**. This setting assumes all single line breaks in your text are
|
your manuscript build settings. This setting assumes all single line breaks in your text are
|
||||||
intended. Turning this off makes adding line breaks much more complicated, but it is still
|
intended. Turning this off makes adding line breaks more complicated, but it is still possible.
|
||||||
possible. See :ref:`docs_usage_align_indent_forced`.
|
See :ref:`docs_usage_align_indent_forced`.
|
||||||
|
|
||||||
|
|
||||||
Alignment with First Line Indent
|
Alignment with First Line Indent
|
||||||
@@ -98,13 +98,13 @@ The following text will always be aligned against the left margin:
|
|||||||
Alignment with Forced Line Breaks
|
Alignment with Forced Line Breaks
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
If you turn off **Preserve Hard Line Breaks** in **Manuscript Build Settings**, you can still force
|
If you turn off **Preserve Hard Line Breaks** in your manuscript build settings, you can still
|
||||||
line breaks in paragraphs using the ``[br]`` shortcode. For clarity in the text, you can add a line
|
force line breaks in paragraphs using the ``[br]`` shortcode. For clarity in the text, you can add
|
||||||
break after it as well. It doesn't result in two line breaks.
|
a line break after it as well. It doesn't result in two line breaks.
|
||||||
|
|
||||||
Keep in mind that when the text is processed, these lines on either side of a ``[br]`` shortcode
|
Keep in mind that when the text is processed, the lines on either side of a ``[br]`` shortcode are
|
||||||
are combined, and a trailing hard line break is *ignored*. This means that when such a paragraph is
|
combined, and any trailing hard line break is *ignored*. This means that when such a paragraph is
|
||||||
processed, these line breaks count as the same line. This affects hiw alignment tags are handled.
|
processed, these line breaks count as the same line. This affects how alignment tags are handled.
|
||||||
For instance, this text becomes centred instead of left aligned.
|
For instance, this text becomes centred instead of left aligned.
|
||||||
|
|
||||||
.. code-block:: md
|
.. code-block:: md
|
||||||
|
|||||||
Reference in New Issue
Block a user