diff --git a/README.md b/README.md index e3f6265..ffe263a 100644 --- a/README.md +++ b/README.md @@ -754,7 +754,7 @@ These groups are then used as links by other groups responsible for various prev | MarkviewCheckboxChecked | link: `MarkviewPalette4Fg` | | MarkviewCheckboxPending | link: `MarkviewPalette2Fg` | | MarkviewCheckboxProgress | link: `MarkviewPalette6Fg` | -| MarkviewCheckboxUncheked | link: `MarkviewPalette1Fg` | +| MarkviewCheckboxUnchecked | link: `MarkviewPalette1Fg` | | MarkviewCheckboxStriked | link\*: `MarkviewPalette0Fg` | | ————————————————————————— | —————————————————————————————————————————— | | MarkviewCode | bg\*\*: `normal` ± 5%(L) | diff --git a/doc/home.txt b/doc/home.txt index 5b9f93b..fea246d 100644 --- a/doc/home.txt +++ b/doc/home.txt @@ -403,7 +403,7 @@ ones, see the `LNK[custom highlight groups](placeholder)` section. │ MarkviewCheckboxChecked │ link: `MarkviewPalette4Fg` │ │ MarkviewCheckboxPending │ link: `MarkviewPalette2Fg` │ │ MarkviewCheckboxProgress │ link: `MarkviewPalette6Fg` │ -│ MarkviewCheckboxUncheked │ link: `MarkviewPalette1Fg` │ +│ MarkviewCheckboxUnchecked │ link: `MarkviewPalette1Fg` │ │ MarkviewCheckboxStriked │ link\*: `MarkviewPalette0Fg` │ ├———————————————————————————┼————————————————————————————————————————————┤ │ MarkviewCode │ bg\*\*: `normal` ± 5%(L) │ @@ -465,3 +465,4 @@ ones, see the `LNK[custom highlight groups](placeholder)` section. -------------------------------------------------------------------------- vim:ft=help:tw=78: + diff --git a/doc/typst_options.txt b/doc/typst_options.txt index 7d49ce0..7b06413 100644 --- a/doc/typst_options.txt +++ b/doc/typst_options.txt @@ -1043,7 +1043,7 @@ Configuration for URLs. ---@field [string] config.inline_generic Configuration for URL links whose label matches `string`. url_links = { enable = true, - __emoji_link_compatibility = true, + __emoji_link_compatability = true, default = { icon = " ", @@ -1061,7 +1061,7 @@ Configuration for URLs. ---@field [string] config.inline_generic Configuration for URL links whose label matches `string`. url_links = { enable = true, - __emoji_link_compatibility = true, + __emoji_link_compatability = true, default = { icon = " ", diff --git a/lua/markview/filetypes.lua b/lua/markview/filetypes.lua index 9f95829..ccce7fc 100644 --- a/lua/markview/filetypes.lua +++ b/lua/markview/filetypes.lua @@ -769,3 +769,4 @@ fts.get = function (ft) end return fts; + diff --git a/lua/markview/spec.lua b/lua/markview/spec.lua index fe8e0a5..6a15618 100644 --- a/lua/markview/spec.lua +++ b/lua/markview/spec.lua @@ -3484,3 +3484,4 @@ spec.get = function (keys, opts) end return spec; + diff --git a/markview.nvim.wiki b/markview.nvim.wiki index b80de73..033bafb 160000 --- a/markview.nvim.wiki +++ b/markview.nvim.wiki @@ -1 +1 @@ -Subproject commit b80de73284932a9db9ac93f198460fde037bd5c9 +Subproject commit 033bafbd3702b4169ade8a40f1ad3b4479746b5d diff --git a/plugin/markview.lua b/plugin/markview.lua index be1e24d..37cec01 100644 --- a/plugin/markview.lua +++ b/plugin/markview.lua @@ -1,5 +1,5 @@ --- Functionality provider for `markview.nvim`. ---- Functionalities that are implementated, +--- Functionalities that are implemented, --- --- + Buffer registration. --- + Command. diff --git a/test/markdown.md b/test/markdown.md index a31c963..2efaae9 100644 --- a/test/markdown.md +++ b/test/markdown.md @@ -84,7 +84,7 @@ author: "OXY2DEV" printf("Hello world!") ``` -```html A very long info string that wil not fit here! And to be absolutely sure I will add a few more words. +```html A very long info string that will not fit here! And to be absolutely sure I will add a few more words.

Hello world!

``` @@ -171,3 +171,4 @@ Setext 2 | [Shortcut] | [Link](reddit.com) | ![Image](test.svg) | [[Internal]] | +