I would like to add a link into the table cell shown in the figure. However, the link button is disabled. This seems to be due to the fact that the text is "Preformatted" (I copied it from VisualStudio).
Is there a way to keep the font of the text (it is the name of a method in my source code) and use it as hyperlink?
Inserting links after switching to "Paragraph" works.
It took me a while to find out why hyperlinks are not working in that table cell. *grmpf*
Suggestion: Enable hyperlinks for preformatted text or add a tooltip to the upper toolbar saying why it is disabled.

Ugly work around: Create the hyperlink elsewhere and copy paste it to the cell. That will keep the font and enable the hyperlink:

<td colspan="1">
<pre>
<ac:link ac:anchor="foo">
<ri:page ri:content-title="Final energy demand"/>
<ac:plain-text-link-body><![CDATA[finalEnergyConsumption]]></ac:plain-text-link-body>
</ac:link>
</pre>
</td>
If I switch to another browser tab and back, the hyperlink button seems to be enabled but it does not work (see figure below). =>Bug in display of enabled state of the button.
