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
Could parse_summary() be made public? Currently in order to parse SUMMARY.md it’s necessary to run either init() or test(), which is undesirable due to their other side-effects.
The text was updated successfully, but these errors were encountered:
The summary parser was updated in #491, with the docs for the mdbook::book module being fleshed out in be4654c. The equivalent of parse_summary() will be available in the next release (either v0.0.29or0.1.0`) 🎉
Could
parse_summary()
be made public? Currently in order to parseSUMMARY.md
it’s necessary to run eitherinit()
ortest()
, which is undesirable due to their other side-effects.The text was updated successfully, but these errors were encountered: