yamap

Results 1 comments of yamap

I had same issue. Based on the comments of matthewlipski, I was able to reflect a newline when pressing Enter with the following code. ``` const editor = useBlockNote({...}); const...