nbdev icon indicating copy to clipboard operation
nbdev copied to clipboard

Auto-generated showdoc headers not in ToC

Open jph00 opened this issue 2 years ago • 1 comments

Should have been fixed in Quarto here:

https://github.com/quarto-dev/quarto-cli/commit/dbb9de99a1ad959d1d6e064654002a8247138289

Check whether #| output: asis fixes it.

jph00 avatar Aug 01 '22 00:08 jph00

Seems to be a quarto issue. Reported to @jjallaire via email.

jph00 avatar Aug 01 '22 01:08 jph00

We actually needed to change that behavior because the "automatic" application of as-is output was surprising and broke other things (e.g. it broke the cross-referencing of pandas generated tables because we lost the enclosing output div). While attempting to intuit the user's preference for output: asis automagically seemed like a good idea at the time, we decided that having the behavior being explicit and deterministic was better long term (and that it was further better that we make this change prior to v1.0 rather than after).

jjallaire avatar Aug 02 '22 19:08 jjallaire