-
Notifications
You must be signed in to change notification settings - Fork 3
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
Parse incoming text into wikicode only once #17
Comments
It looks like #18 addresses everything raised here |
The function to check indent levels also does a re-parse, which makes everythnig a lot slower. Can you re-open this and I can take a look at seeing if I can fix that too? |
Sure, feel free to try. I am starting to wonder if it would be better to remove the dependency on |
Using regexes on mw wikitext parsing is the start of a long road to madness
|
Looks like in
section.py
the entire wikicode is parsed to get list of sections (indef _generate_flat_list_of_sections(text)
:) and then again in_load_fields
The text was updated successfully, but these errors were encountered: