meta data for this page
  •  

This is an old revision of the document!


symbols

special symbols

unicode symbol

For example, how to insert “tick” symbol. Find code of symbol here: Unicode Characters

unicode:: U+2714

<br /> new line symbol

To insert new line:

use substition

substitutions

|tick| My table cell test |br|
continues in new line.
 
.. |br| raw:: html
 
   <br />
 
.. |tick| unicode:: U+2714

Conditional substitution:

.. only:: html
 
   .. raw:: html
 
      <a href="http://www.google.com">google</a>
 
.. only:: latex
 
   latex specific

<code>