Closed alexander-myltsev closed 11 months ago
mdBook calls mdbook-katex
via the shell when it needs it, which spawns child processes running mdBook-KaTeX. Input and output are handled using the old-school Stdio.
I don't know what you mean by "the katex
plugin", but I hope my information helps.
The plugin because mdbook
authors call those.
Got that now. I thought katex
is attached somehow on binary level to mdbook
. But seems like all ways to interact with mdbook
are done via std in/out
.
Thanks for the explanation!
Hi. I'm new to Rust. let me know if there's any better place to ask this question.
I'd like to debug the
katex
plugin in an Intellij IDE. How should I run themdbook build
command with plugged-inmdbook-katex
on a real book so that the IDE might catch the breakpoint?