Commit 4f83d00
authored
Fixed Markdown wrapping when line-wrapping enabled
This was originally wrapping by letter, but adding this match code allows it to wrap by word.
This match code was taken from the now-defunct MarkdownEditing plugin.1 parent a1034a8 commit 4f83d00
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
31 | 37 | | |
0 commit comments