mwparserfromhell: Implement missing node types

  • Comment
  • ParserFunction / MagicWord / BehaviorSwitch
  • Link
  • Table
  • Redirect

About this issue

  • Original URL
  • State: open
  • Created 12 years ago
  • Comments: 22 (12 by maintainers)

Commits related to this issue

Most upvoted comments

This is an old issue, but it’d be great to get a node type for redirects at some point.

I don’t think characterizing it as a design decision is strictly correct; while it was indeed a choice to make the original implementation easier, it’s still a bug I think we should fix.

I had also forgotten the context in that ticket. Reading over it again, I think there might have been a change in how MediaWiki handles some classes of invalid markup since I wrote the original version of the parser. It’s possible that this is easier to solve now than it used to be.

On Apr 30, 2019, at 9:23 AM, Patrick Cloke notifications@github.com wrote:

@suhassumukhv You’re running into #46, essentially the content of a list isn’t part of the same tag. This was a design decision (according to that issue).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Will try to do redirects soon, since that should be easy.