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
The following code should produce start / stop info .. At least the info that is available with the regexp matches.
{{test}} {{{[tag[HelloThere]]|tooltip}}}.xx.yyy
attribute start stop as with eg: list-widget is not possible atm without much more code in the parser. More code will be bad for the parse-speed.
this issue is related to: pragmas don't produce "start / end" markers in the parse-tree #6822
We should check all the wikitext parsers.
The text was updated successfully, but these errors were encountered:
I did a bit of debugging.
this.match.index
this.matchRegExp.lastIndex;
Sorry, something went wrong.
Should be fixed with PR: Add start and end properties to WikiText AST nodes for all elements. #7866
close -- this one has been fixed since then
No branches or pull requests
The following code should produce start / stop info .. At least the info that is available with the regexp matches.
attribute start stop as with eg: list-widget is not possible atm without much more code in the parser. More code will be bad for the parse-speed.
this issue is related to: pragmas don't produce "start / end" markers in the parse-tree #6822
We should check all the wikitext parsers.
The text was updated successfully, but these errors were encountered: