Discussion:
[Docutils-users] Hint with internal link in reStructuredtext
Henning Sundstedt
2017-04-04 19:20:26 UTC
Permalink
Hello, could you please help me with a hint how to make a link from the text Table 1: on line 5, to the text on line 18 below the table beginning: This is the simple...
Later on I intend to have text marking the link in a colour and italic as well as the text under the table too, if that is possible.(?)


Simple Table 1:
=====  =====  ======
   Inputs     Output
------------  ------
  A      B    A or B
=====  =====  ======
False  False  False
True   False  True
False  True   True
True   True   True
=====  =====  ======
This is the simple Table 1 text


Kindest regards
Yours sincerely
Henning Sundstedt

Loading...