zmitchell / proctrace

A high-level profiler for process-level events such as fork, exec, exit, setpgid, and setsid
https://proctrace.xyz
Apache License 2.0
26 stars 0 forks source link

Manpages don't render properly on the documentation site #6

Open zmitchell opened 1 week ago

zmitchell commented 1 week ago

Something gets lost in translation between the manpages generated by clap_mangen and the markdown generated by pandoc. You end up with escaped characters in the rendered output e.g. \" and it doesn't look great.

If we can't fix those escape characters being generated in the first place, we may be able to post-process the markdown to remove them.