max-heller / mdbook-pandoc

A mdbook backend powered by Pandoc.
Apache License 2.0
97 stars 7 forks source link

feat: hide/show hidden lines in Rust code blocks #76

Closed max-heller closed 6 months ago

max-heller commented 6 months ago

Hides hidden lines in Rust code blocks and adds an option to configure this behavior.

Respects [output.html.code.hidelines] and per-code-block hidelines= attributes.

Closes #73