prosemirror-codemark
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "prosemirror-codemark", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Inline code mark for ProseMirror", | ||
@@ -5,0 +5,0 @@ "author": "Rowan Cockett <rowan@curvenote.com>", |
@@ -22,2 +22,10 @@ # `prosemirror-codemark` | ||
**Highlights:** | ||
- Create code matching backwards (simple `InputRule`) and forwards (which is a specialized rule) | ||
- Select a word and hit `` ` `` | ||
- Make sure the next charated makes sense (e.g. `removeStoredMarks`) | ||
- Show a visual cursor in the correct location if the next character will or will not be in the inline code | ||
- Allow arrow keys to enter/exit into the inline code | ||
## Overview & Usage | ||
@@ -24,0 +32,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
57225
159
0