Do you guys think it would be possible to use a web worker to not block the main thread? The issue with a very long amount of markdown to parse is that the entire UI will be non interactive for the duration of the parsing which is a heavy operation with remarked/unified
Do you guys think it would be possible to use a web worker to not block the main thread? The issue with a very long amount of markdown to parse is that the entire UI will be non interactive for the duration of the parsing which is a heavy operation with remarked/unified