@@ -181,7 +181,7 @@ require("spider").motion("e", {
181181## Extras & special cases
182182
183183### UTF-8 support
184- For adding UTF -8 support for matching non-ASCII text, add ` luautf8 ` as rocks.
184+ For adding utf -8 support for matching non-ASCII text, add ` luautf8 ` as rocks.
185185You can do so directly in ` packer.nvim ` or via dependency on ` nvim_rocks ` in
186186` lazy.nvim ` .
187187
@@ -263,7 +263,7 @@ Setting `consistentOperatorPending = true` removes these special cases. In the
263263first example, ` bar\r ` would be deleted charwise. In the second example, ` foo\r `
264264would be yanked charwise.
265265
266- ** Caveats**
266+ ** Caveats** <!-- rumdl-disable-line MD036 -->
2672671 . Last visual selection marks (`` `[ `` and `` `] `` ) are updated and point to
268268 the endpoints of the motion. This was not always the case before.
2692692 . Forced blockwise motion may be canceled if it cannot be correctly represented
@@ -306,12 +306,12 @@ return {
306306```
307307
308308## Credits
309- ** Thanks**
309+ ** Thanks** <!-- rumdl-disable-line MD036 -->
310310- ` @vypxl ` and ` @ii14 ` [ for figuring out dot-repeatability of
311311 textobjects] ( https://github.com/chrisgrieser/nvim-spider/pull/4 ) .
312312- ` @vanaigr ` for a large contribution regarding operator-pending mode.
313313
314- ** About the developer**
314+ ** About the developer** <!-- rumdl-disable-line MD036 -->
315315In my day job, I am a sociologist studying the social mechanisms underlying the
316316digital economy. For my PhD project, I investigate the governance of the app
317317economy and how software ecosystems manage the tension between innovation and
0 commit comments