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
wikitext input
* {{#simple-tooltip: ListItem | TooltipText }} = Subtitle =
expected output (some parts are omitted)
<div class="mw-parser-output"> <ul> <li> <span class="simple-tooltip simple-tooltip-inline" data-simple-tooltip="TooltipText">ListItem</span> </li> </ul> <h1> <span class="mw-headline" id="Subtitle">Subtitle</span> </h1> </div>
actual output
<div class="mw-parser-output"> <ul> <li> <span class="simple-tooltip simple-tooltip-inline" data-simple-tooltip="<p>TooltipText</li></ul><p></p>">ListItem</span> <p class="mw-empty-elt"></p> <h1> <span class="mw-headline" id="Subtitle">Subtitle</span> </h1> </li> </ul> </div>
The text was updated successfully, but these errors were encountered:
As shown in the screenshot, the "Subtitle" is indented. It should NOT be indented.
Sorry, something went wrong.
No branches or pull requests
wikitext input
expected output (some parts are omitted)
actual output
The text was updated successfully, but these errors were encountered: