-
Notifications
You must be signed in to change notification settings - Fork 129
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
Image with double-newline #497
Comments
thanks, got a fix for this on dev |
Thank you! |
Hello @spencermountain , have found another one. |
thanks @Patrik-scx - i've reproduced this below: let str = `The '''Byzantine Empire''' {{IPAc-en|z|{|n}} also referred to as the Eastern Roman Empire`
let doc = wtf(str)
console.log(doc.sentences()[0].text()) looks like the IPAc template is getting caught on the |
Cheers |
Hello @spencermountain , Just found additional meta in first sentence of "Jewish diaspora". |
here's the issue - the str = `[[File:Jewish people around the world.svg|thumb|Map of the Jewish diaspora.<br/>
foobar]]`
let doc = wtf(str)
console.log(doc.images())
// [] this may be a stumper. I'm pretty wary of supporting links that span paragraphs |
Hello @spencermountain ,
just found one thing with first sentence while parsing Jesus topic.
https://en.wikipedia.org/wiki/Jesus
Cheers
The text was updated successfully, but these errors were encountered: