pd4d10 / bytemd

ByteMD v1 repository
MIT License
809 stars 91 forks source link

Could we avoid blocking the main thread while parsing the markdown? #35

Open vlrevolution opened 8 months ago

vlrevolution commented 8 months ago

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

bhavitsharma commented 4 months ago

This issue is stale because it has been open for 60 days with no activity.