how to add table of contents #1

Closed
opened 2024-03-09 12:12:44 +00:00 by marcio.fernandes · 1 comment
No description provided.
Author
Owner

After reading the documentation, I didn't really like the solution. Officially you should add this in markdown

---
gitea: none
include_toc: true
---

I prefer to control it through the editor (vscode). Testing the extension:

Name: Markdown All in One
Id: yzhang.markdown-all-in-one
Description: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
Version: 3.6.2
Publisher: Yu Zhang
VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one

The merge associated with this issue has the first test I did with the plugin

After reading the documentation, I didn't really like the solution. Officially you should add this in markdown ``` --- gitea: none include_toc: true --- ``` I prefer to control it through the editor (vscode). Testing the extension: ``` Name: Markdown All in One Id: yzhang.markdown-all-in-one Description: All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more) Version: 3.6.2 Publisher: Yu Zhang VS Marketplace Link: https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one ``` The merge associated with this issue has the first test I did with the plugin
marcio.fernandes referenced this issue from a commit 2024-03-09 12:43:09 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kb/gitea#1