Skip to content
New issue

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

Unstrip nowiki without accessing mStripState #4

Open
mkroetzsch opened this issue Sep 24, 2014 · 0 comments
Open

Unstrip nowiki without accessing mStripState #4

mkroetzsch opened this issue Sep 24, 2014 · 0 comments

Comments

@mkroetzsch
Copy link
Owner

The code unstrips nowiki blocks from the text that should be placed on the new wiki page. To do this, the parser's internal mStripState member is accessed to get the StripState. This has a public method unstripNoWiki() that does the job. However, the access to mStripState is not declared public and may thus break in the future. A better method should be found. This may require changes in MediaWiki.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant