For a wiki post I started, I added lots of raw HTML tables and links to png images. They look pretty good in the preview. Upon clicking Save Edit
nothing happens. No save, no error message. Screen is the same as if I had not pressed Save Edit
.
Same when pressing Ctrl-Enter
.
Had to save text to local machine and abandon edit.
After save re-edited Wiki, pasted in saved text and then clicking Save Edit
worked as expected.
Example of pasted HTML
<table>
<tr>
<td style="text-align:left;vertical-align:top">a = a</td>
<td style="text-align:left;vertical-align:top">π = π</td>
<td style="text-align:left;vertical-align:top">☃ = ☃</td>
</tr>
<tr>
<td style="text-align:left;vertical-align:top">
Unify: <font color="green">true</font><br />
MGU: {}
</td>
<td style="text-align:left;vertical-align:top">
Unify: <font color="green">true</font><br />
MGU: {}
</td>
<td style="text-align:left;vertical-align:top">
Unify: <font color="green">true</font><br />
MGU: {}
</td>
</tr>
<tr>
<td style="text-align:left;vertical-align:top">
SWI-Prolog:<br />
?- =(a,a).<br />
true.
</td>
<td style="text-align:left;vertical-align:top">
SWI-Prolog:<br />
?- =(π,π).<br />
true.
</td>
<td style="text-align:left;vertical-align:top">
SWI-Prolog:<br />
?- =(☃,☃).<br />
true.
</td>
</tr>
</table>
![image|179x59](upload://aflxfL5MciVnWeRccFqv5Vyj2DY.png)
![image|179x59](upload://7im8QmYe2pSIF0camTQ7l4YW7QZ.png)
![image|179x59](upload://rO62CQBsJDJuPb05AT9FMtHNaWy.png)
What preview shows.
The pattern repeats 16 times, just the values for the data and images change.