Markdown editor: Cannot put cursor into empty code block line
Open
bug
markdown-editor
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
```
type KeyResolver = (signedObject: SignedObject, keyId: KeyId) => VerifyingKey | undefined;
type VerifyResult =
| {
valid: true;
keyId: KeyId;
}
| { valid: false };
```
Contributor guide
Assessment
This issue has not been assessed yet.