-
Given the markdown:
```
## foo
### bar
```
markdown-toc produces:
```
**Table of Contents**
- [-](#-)
- [bar](#bar)
```
-
Low priority.
#### Site configuration
```text
[markup.goldmark.extensions]
strikethrough = false
[markup.goldmark.extensions.extras.delete]
enable = true
[markup.goldmark.extensions.ext…
-
When save markdown file, it show "No fences found!". It only occur at markdown files even the file is empty.
If I disable the plugin, there is no Error message.
How to I check where the message fro…
-
Thanks to some amazing sponsors like [@ImZeus_XYZ](https://twitter.com/ImZeus_XYZ) I'm able to start spending more time with open source again. Drop a comment below if you want to help get this projec…
-
**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…
-
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…
-
I would expect `markdown-toc` to only modify what's inside the `` block.
And from the README:
> Won't mangle front-matter, or mistake front-matter properties for headings like other TOC generato…
-
**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…
-
@wmdietl [said](https://github.com/jspecify/jspecify/pull/678#pullrequestreview-2355768117):
> Using some open mdformat would allow us to check formatting in CI and allow all of us to reformat the …
-
## 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…