From 66fe0046123046420cfb9b593f337ea15106e8fc Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 23 Feb 2026 10:19:14 +0000 Subject: [PATCH] docs(readme): link direct to issue comment re windows Updated note regarding UnRTF v0.19.3 binary issues for Windows users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b2e20..4cc7ed3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ > **Note** > An UnRTF v0.19.3 binary is included as an optional dependency for Windows users via [node-unrtf-win32](https://github.com/Fdawgs/node-unrtf-win32) which, due to its age, has several issues, -> such as the [inability to convert RTF documents generated from 2007 onwards](https://github.com/Fdawgs/node-unrtf/issues/83), and a [bug in the +> such as the [inability to convert RTF documents generated from 2007 onwards](https://github.com/Fdawgs/node-unrtf/issues/83#issuecomment-855788586), and a [bug in the > `noPictures` option that still generates pictures](https://github.com/Fdawgs/node-unrtf/issues/81). > It is recommended that whatever application is using the `node-unrtf` module is run in a Linux environment using the latest > available UnRTF binaries, which do not have these bugs.