You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love how easy it is to include markdown files, and I want to include README files from different files in a monorepo, into a single page, but because each readme correctly has its name as the h1, they do not show in the sidebar, which will only show h2 and up.
I think outside of this usecase, the ability to increase/decrease heading level would generally make reusing blocks of text in different contexts easier as well.
Not sure how well this would play with the existing functionality as it's clearly more involved, but I think this could be really useful in a lot of ways .. also curious other ways to theoretically achieve this without having to edit all the source markdowns to be incorrect on their own...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I love how easy it is to include markdown files, and I want to include README files from different files in a monorepo, into a single page, but because each readme correctly has its name as the
h1
, they do not show in the sidebar, which will only show h2 and up.I think outside of this usecase, the ability to increase/decrease heading level would generally make reusing blocks of text in different contexts easier as well.
Something like:
to increase each h1 to an h2, etc.
Not sure how well this would play with the existing functionality as it's clearly more involved, but I think this could be really useful in a lot of ways .. also curious other ways to theoretically achieve this without having to edit all the source markdowns to be incorrect on their own...
Beta Was this translation helpful? Give feedback.
All reactions