-
Given the markdown:
```
## foo
### bar
```
markdown-toc produces:
```
**Table of Contents**
- [-](#-)
- [bar](#bar)
```
-
I always forget to call markdown-toc-generate-or-refresh-toc before I save (half my commits just say "TOC" ;-))
So I wrote this little function
```elisp
(defun my-markdown-toc-refresh ()
"Re…
-
**Is your feature request related to a problem? Please describe.**
I really like the `[TOC]` feature. Most of my markdown is however meant for use on GitHub, and there, the raw text "[TOC]" is displa…
-
**Describe the bug**
Doxyfile: `TOC_INCLUDE_HEADINGS = 2`
Markdown:
```md
# Page header
@tableofcontents{html:3}
# Header 1
## Header 2
### Header 3
#### Header 4
```
Wil…
-
## bug
Generated TOC does not respect heading levels and every TOC entry is on the same level.
Emacs Doom: master
Emacs Version: 28.1 with native-compilation
```
markdown-toc - Pleas…
-
Instead of
```
import mistune
from mistune_contrib.toc import TocMixin
class TocRenderer(TocMixin, mistune.Renderer):
pass
toc = TocRenderer()
markdown = mistune.Markdown(renderer=toc)
toc = to…
-
**Is your feature request related to a problem? Please describe.**
Now dotcms use TxtMark markdown parsing library , but not support toc, table and etc
**Describe the solution you'd like**
It see…
-
* Lepton : 1.4.2 (1.4.2)
* OS : macOs Sierra 10.12.6 (16G29)
When creating an anchor link (like for a T.O.C.) with Github md style, that is, with `[Heading stuff](#heading-stuff)`, lepton will not…
b4nst updated
7 years ago
-
Thanks for the great progress with this extension! I am loving the new features!
Perhaps this is already on the roadmap, but I noticed folding TOC entries in Markdown files (or their previews) is …
-
Hello,
Please, provide the following information and remove the useless parts.
Thanks in advance.
## bug -> yes, I suppose
### M-x markdown-toc-bug-report
```
markdown-toc - Please:
- D…