I'm using asciidoctor-pdf to create a PDF, and it is working nicely. But when I use asciidoctor-epub3 to convert it to an epub it shows a warning message:
asciidoctor: WARNING: conversion missing in backend epub3 for toc
However, the toc is added in the generated epub and I cannot figure out why I'm seeing this warning.
This is the minimal .adoc file to reproduce the problem.
= Book title
:doctype: book
:toc: macro
toc::[]