========= Multiline ========= Browser to device measurements are not expected to be accurate due to issues with font availability and screen resolutions. Text wrapping can be adjusted at the global and element level. Global ====== :: squared.settings.fontMeasureAdjust = 1; // 1px added per character to width Inline ====== .. highlight:: html .. code-block:: :caption: Source

content content content content content content content content

.. code-block:: :caption: Wrap late < 0

content content content content content content content content

.. code-block:: :caption: Wrap early > 0

content content content content content content content content

.. code-block:: :caption: No adjustment = 0

content content content content content content content content

.. code-block:: :caption: Ignore

content content content content content content content content

.. tip:: CSS style property ``initial-letter`` uses the :target:`multiline` extension for detection and rendering.