Petter Tasola

Results 9 comments of Petter Tasola

@privateOmega I'm interested in hearing your take on this too.

@zedtux Lookbehind in regex seems to finally be on it's way to get implemented in Safari: [WebKit bug report](https://bugs.webkit.org/show_bug.cgi?id=174931), [PR](https://github.com/WebKit/WebKit/pull/7109)

@privateOmega Fair. I don't think it's a minor problem that the usage of this package doesn't work on one of the major browsers though... However I agree that it's probably...

@bryaneaton13 Thanks, it seems to work good for me too. And I can't notice any difference in functionality as far as my use case goes. @privateOmega, do you know any...

Yeah ok I found one; https://github.com/privateOmega/html-to-docx/issues/41 seems to be happening to me when running `1.4.0` unfortunately...

I ended up using `1.4.0`, but iterating through each image and replace it with its wrapping `` using : ``` const parentNode = images[i].parentNode as HTMLElement | undefined parentNode?.replaceWith(images[i]) ```...

@swcolegrove Yeah, really frustrating. I ended up using [Marked](https://www.npmjs.com/package/marked) instead. Not sure if it's a solid replacer for everyone experiencing this issue, but [their function lexer](https://marked.js.org/using_pro#lexer) was exactly what I...

@jerelmiller I’m also interested in an update on this!