### Discussed in https://github.com/frnmst/md-toc/discussions/43 <div type='discussions-op-text'> <sup>Originally posted by **frnmst** April 10, 2024</sup> Note: ⚠️ starting from version 9.x all the functions are only accessible via the full module path. ⚠️ ⚠️ For example: `md_toc.build_toc(...)` is now `md_toc.api.build_toc(...)` ⚠️</div>
Discussed in #43
Originally posted by frnmst April 10, 2024⚠️ starting from version 9.x all the functions are only accessible via the full module path. ⚠️
Note:
md_toc.build_toc(...)is nowmd_toc.api.build_toc(...)