We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This wiki page on GitHub causes wikicloth to hang. It appears to be caused by the buffer's mishandling of multibyte strings.
The following will just hang indefinitely:
require 'wikicloth' require 'open-uri' url = "https://raw.githubusercontent.com/wiki/CA-CST-SII/Software-Standards/Demo:-C%23-Coding-Standards.mediawiki" puts WikiCloth::Parser.new(:data => open(url).read).to_html
The text was updated successfully, but these errors were encountered:
/cc @Johnny2136
Sorry, something went wrong.
ok... Yeah I think it was all the ect... Its a C# codeing standard so I was in the process of putting
https://github.com/CA-CST-SII/Software-Standards/wiki/Demo:-C%23-Coding-Standards
And
https://github.com/CA-CST-SII/Software-Standards/wiki/Demo:-C-%22sharp%22-Coding-standards
If you can delete them I will try blocking all the tags in the document with
Whats up with the preview button being turned itnto a tab... and not functioning?
On Fri, May 2, 2014 at 9:33 AM, Brandon Keepers [email protected]:
/cc @Johnny2136 https://github.com/Johnny2136 — Reply to this email directly or view it on GitHubhttps://github.com//issues/66#issuecomment-42032244 .
/cc @Johnny2136 https://github.com/Johnny2136
— Reply to this email directly or view it on GitHubhttps://github.com//issues/66#issuecomment-42032244 .
How do I delete or edit it? if it hangs in infinite loop?
No branches or pull requests
This wiki page on GitHub causes wikicloth to hang. It appears to be caused by the buffer's mishandling of multibyte strings.
The following will just hang indefinitely:
The text was updated successfully, but these errors were encountered: