Hi, slides with markdown doesn't in table of contents. Only HTML. this is in table of contents ``` <section> <h1>Chapter A</h1> </section> ``` and this doesn't ``` <section data-markdown> <script type="text/template"> # Chapter B </script> </section> ```