Description
When building the project with Lake, the build fails at LeanPlot.ToFloat because of a strict Markdown validation error in the documentation comments.
It seems there is a skipped header level (using ### without a preceding ##), which causes documentation tools like Verso/Subverso to crash the build.
Error Log
error: LeanPlot/ToFloat.lean:50:4: Incorrect header nesting: expected at most `##` but got `###`
error: Lean exited with code 1
Environment
Lean version: 4.31.0, x86_64-w64-windows-gnu
(Note: Written with the assistance of an AI assistant.)
Description
When building the project with Lake, the build fails at
LeanPlot.ToFloatbecause of a strict Markdown validation error in the documentation comments.It seems there is a skipped header level (using
###without a preceding##), which causes documentation tools like Verso/Subverso to crash the build.Error Log
Environment
Lean version: 4.31.0, x86_64-w64-windows-gnu
(Note: Written with the assistance of an AI assistant.)