mdBook icon indicating copy to clipboard operation
mdBook copied to clipboard

Allow serving any renderer's output

Open ISSOtm opened this issue 4 years ago • 0 comments

I use custom renderers, which serve to post-process the HTML renderer's output (this is arguably fragile, relying on implementation details of that renderer, but it seems to be the least bad solution) and some other files (such as stripping some "utility" comments from a file, in the latter's case).

One downside is not being able to use serve's auto-reload feature, which this adds support for.

ISSOtm avatar May 25 '21 12:05 ISSOtm