memspace / zefyr

Soft and gentle rich text editing for Flutter applications.
https://zefyr-editor.gitbook.io
2.22k stars 550 forks source link

Markdown shortcuts code block formatting improvement #560

Closed pulyaevskiy closed 3 years ago

pulyaevskiy commented 3 years ago

Adds a special case for code blocks to not require space character entered by the user after the shortcut (either ``` or ''').

Applies the code block style immediately when the shortcut prefix itself is detected.