This repository was archived by the owner on Jan 20, 2022. It is now read-only.
Make the disableExtensions option disable only h1 instead of all headings #553
Unanswered
destroyer22719
asked this question in
Ideas
Replies: 1 comment
-
Hi, try https://github.com/outline/rich-markdown-editor#headingsoffset |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there! After looking at the code here
https://github.com/outline/rich-markdown-editor/blob/18f519f2337b8f8f1010afa398223f57867fc04d/src/index.tsx
On line 103 the only option is to disable
heading
which will disable ALL headings. Whereas I only want to disableh1
but not the otherh2
,h3
Beta Was this translation helpful? Give feedback.
All reactions