Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It's useful to expose replace section functions
In case of extending text input handlers, it would be useful for users not copy/paste `replaceWithListSection`/`replaceWithHeaderSection`. For example if I just want to add a new handler to convert section to `backquote`, I can easily import replaceWithHeaderSection from this file without implementing this function again. So I propose expose these two functions.
- Loading branch information