Open hinds89 opened 9 years ago
This is due to the css selector here. A while back I manually ran an edit against the database to strip out MSWord css styles and swap <p>
tags for <div>
tags. We can either switch them back, this time without the MSWord css classes, or we can update the selector to also match against divs.
@notionparallax, you want to handle this?
@Dawil - as discussed one line grab doesn't work unless the text is copied to MS Word and pasted back into the Text section. - one is using
<div>
tags and the other<p>
tags?