mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
cdf6f9c436
This change fixes a few issues with the toc plugin. It now allows to set inline options. e.g. to set the max toc depth. 1. set toc depth to 2 levels ``` $<toc{"level":[1,2]}> ``` 2. set toc depth to 3 levels and use an ordered list ``` $<toc{"level":[1,2,3],"listType":"ol"}> ``` /ref https://github.com/nagaozen/markdown-it-toc-done-right/issues/16 --- fixes #1953 fixes #1843 fixes https://discourse.joplinapp.org/t/set-depth-of-toc/2899 |
||
---|---|---|
.. | ||
app | ||
.gitignore | ||
build.sh | ||
run-prod.sh | ||
run.sh |