You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be introduced in the recent release 0.4.11. Code snippets are rendered with the hidden lines.
#![allow(unused)]fnmain(){}
Also the examples in https://rust-lang.github.io/mdBook/format/mdbook.html seem to be broken as well. The examples for 'Hiding code lines' and 'Including a file but initially hiding all except specified lines' seem to include the lines that are supposed to be hidden.
The text was updated successfully, but these errors were encountered:
This seems to be introduced in the recent release 0.4.11. Code snippets are rendered with the hidden lines.
Also the examples in https://rust-lang.github.io/mdBook/format/mdbook.html seem to be broken as well. The examples for 'Hiding code lines' and 'Including a file but initially hiding all except specified lines' seem to include the lines that are supposed to be hidden.
The text was updated successfully, but these errors were encountered: