spencermountain / wtf_wikipedia

a pretty-committed wikipedia markup parser
https://observablehq.com/@spencermountain/wtf_wikipedia
MIT License
770 stars 129 forks source link

Infobox lines wrapped in {{longitem}} are ignored #531

Closed tmtmtmtm closed 1 year ago

tmtmtmtm commented 1 year ago

The infobox of Mindaugas Sinkevičius, for example, contains lines of the form:

|order             = {{longitem|[[Jonava District Municipality|Mayor of Jonava District Municipality]]}}
|birth_place        = {{longitem|[[Jonava]], [[Lithuanian SSR]], [[Soviet Union]]}}
|party              = {{longitem|[[Social Democratic Party of Lithuania]]}} <small> (2004-present)</small>
|alma_mater        = {{longitem|{{csv|[[Vilnius University]]|[[Mykolas Romeris University]]|[[ISM University of Management and Economics]]}}}}

These are all currently dropped from the output.

spencermountain commented 1 year ago

ooh, this is a good one - thank you.

spencermountain commented 1 year ago

fixed in 10.1.5 cheers