-
-
Notifications
You must be signed in to change notification settings - Fork 497
Open
Labels
Description
Hi there,
I’m working on a project where I need to render large Markdown documents into HTML using Markdig. The issue I’m running into is performance when re-rendering the entire document after every change. I’d like to optimize this process by only re-rendering the sections that have been modified or added.
I’m wondering if there’s a way to achieve this using or any suggestions?
Cheers.