We have a wiki on the SocialHub that does not display ToC anymore and seems to have corrupted the wiki. Removing the ToC seems to have fixed the issue, but since the document is quite long, a table of contents would be appreciated.
1 Like
What’s breaking the ToC in your post is the double space indent before the <table>
tag:
Breaks ToC:
> <table>
> <tbody>
Repairs ToC:
> <table>
> <tbody>
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.