You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
My fork was an ugly hack to get a project finished. (You can see how ugly when I set the max token from 128 to 1024 characters.) I haven't really come back to it since then. If you can make it more robust, that would be great.
Well, the issue has been present in Floby's node-tokenizer for years and there hasn't even been a bug report for this up to now. Appears to me that the project is dead. Not something where I'd want to invest...
Parsing the old (3.5) Confluence markup is quite complicated. (After all, this is why they abandoned the format.) So I now switched to an approach that avoids this problem - or rather leaves it to Atlassian:
Create an empty wiki page in a current version of Confluence and save it.
Edit the page again.
Go to Insert > Markup and insert the Confluence markup
Click on Open in source editor to show the content in the new XML-based storage format
Floby's node-tokenizer is fundamentally broken - see Floby/node-tokenizer#15
This problem is also not resolved in your fork. This is a shame because otherwise this would be a very useful tool...
The text was updated successfully, but these errors were encountered: