markdown-toc 0.2.0

Markdown Table of Contents generator
Documentation
1
2
3
4
FROM scratch
COPY md-toc /usr/bin/md-toc

ENTRYPOINT [ "md-toc" ]