Expand Subheadings #512
Closed
W3stw0rldp4ndaWork
started this conversation in
General
Replies: 2 comments
-
Discussed here: #355 (comment) (not supported at the moment). |
Beta Was this translation helpful? Give feedback.
0 replies
-
As noted by @DannyBen, Retype will only generate a table-of-contents for the H2 and H3 heading levels, although the sample you provided only has two levels of headings, so it could be reproduced using the following Markdown: ## 1. HEADING
The 1. Heading paragraph.
### 1.1 Heading
The 1.1 Heading paragraph.
### 1.1.1 Another Heading
The 1.1.1 Another Heading paragraph.
### 1.1.1.1 More Subheading
The 1.1.1.1 More Subheading paragraph. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
There is a content bar on the right side panel of your retype pages. These come pretty handy to quick access specific chapters.
I've noticed that they are limited to one subheading.
It works for
1.1 Heading
2.1 Heading
I'd like to expand it by 1-2 more subheadings, like this:
1.1 Heading
1.1.1 Another Heading
1.1.1.1 More Subheading
Is this even possible?
Thanks forward!
Beta Was this translation helpful? Give feedback.
All reactions