accordproject / web-components

React Components for Accord Project
Apache License 2.0
117 stars 94 forks source link

feat(ui-markdown-editor): Implemented Code Block #380

Open d-e-v-esh opened 2 years ago

d-e-v-esh commented 2 years ago

Signed-off-by: Devesh deves125@gmail.com

Closes #30

This PR builds on top of #289 and solves some of the problems that it had i.e. enter key problem, text crossing the border of the code block

Changes

Flags

Screenshots or Video

brave_RFFsqHHo11

Related Issues

Author Checklist

d-e-v-esh commented 2 years ago

@dselman It is only crashing on the deploy preview for some reason, it does not crash in the local build.

brave_wWTSWmqZSx

What could be the reason for this? Does the crash error give any hints? Should the list item work like normal inside the code block or should we prevent it when the cursor is in the code block?