mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 23:13:27 +02:00
...
This commit is contained in:
parent
80ed173b44
commit
6080316bd9
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ Auto create a Table of Contents
|
|||
|
||||
Finally, lets try something a little more ambitious. Suppose your book has
|
||||
headings in ``h1`` and ``h2`` tags that look like
|
||||
``<h1 id="someif">Some Text</h1>``. We will auto-generate an HTML Table of
|
||||
``<h1 id="someid">Some Text</h1>``. We will auto-generate an HTML Table of
|
||||
Contents based on these headings. Create the custom function below:
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
Loading…
Reference in a new issue