88│ wrap {img:2} │ nowrap {img:3} │
99╰─────────────────┴──────────────────╯
1010
11- Image {img:6} Image {img:5} Image {img:4}
11+ Image {img:7} Image {img:6} Image {img:5} Image {img:4}
1212
1313 📚 Wiki {3} | 🧩 Extras {2} | 📦 Presets {1}
1414
1717
1818Core features,
1919
20- ◇ Preview `Markdown` , `HTML` , $LaTeX$, `Typst` & `YAML` within Neovim.
20+ ◇ Preview `Markdown` , `HTML` , $LaTeX$, `Typst` & `Asciidoc` (See
21+ integrations#Asciidoc {4} ) within Neovim.
2122◇ Hybrid editing mode! Allowing editing & previewing at the same time.
2223◇ Splitview! Allows editing & previewing side-by-side.
2324◇ `Wrap` support(markdown only, at the moment)! Allows using text wrapping while
24- not losing most rendering features! See integrations#wrap {5 } for fixing visual
25- glitches or integrations#nowrap {4 } for disabling it.
25+ not losing most rendering features! See integrations#wrap {6 } for fixing visual
26+ glitches or integrations#nowrap {5 } for disabling it.
2627◇ Highly customisable! You can change almost anything using the config!
2728◇ Dynamic `highlight groups` that automatically updates with the colorscheme!
2829◇ `Callout` , `checkbox` completions for `blink.cmp ` & `nvim- cmp ` .
@@ -38,15 +39,41 @@ Table of contents
3839🧩 Extras ............................................... | markview.nvim-extras |
3940📦 Presets ............................................. | markview.nvim-presets |
4041
42+ Asciidoc ~
43+
44+ Image {img:8}
45+
46+ Supported syntax,
47+
48+ ◇ Admonitions
49+ ◇ Checkboxes(also supports custom checkbox states).
50+ ◇ Horizontal rules
51+ ◇ Literal blocks
52+ ◇ Hiding document attributes
53+ ◇ Image macros
54+ ◇ Keycode macros
55+ ◇ List items(ordered & unordered)
56+ ◇ Automated TOC(Table of Contents)
57+
58+ Asciidoc inline ~
59+
60+ Supported syntax,
61+
62+ ◇ Bold
63+ ◇ Highlights
64+ ◇ Italic
65+ ◇ Monospace
66+ ◇ URI
67+
4168Fancy comments, ~
4269
43- Image {img:7 }
70+ Image {img:9 }
4471
4572▋ Comments are still experimental! The original parser only supports basic
4673▋ features.
4774
4875Conventional commit style comments with support for a subset of `markdown` &
49- `vimdoc` . See integrations#fancy-comments {6 } For more info.
76+ `vimdoc` . See integrations#fancy-comments {7 } For more info.
5077
5178Supported syntax,
5279
@@ -68,7 +95,7 @@ Extra syntax(needs external parser),
6895
6996HTML, ~
7097
71- Image {img:8 }
98+ Image {img:10 }
7299
73100◇ Customizable previews for `container` & `void` elements.
74101◇ Supports the following container elements out of the box,
@@ -92,7 +119,7 @@ Image {img:8}
92119
93120LaTeX, ~
94121
95- Image {img:9 }
122+ Image {img:11 }
96123
97124◇ Supports basic LaTeX syntax,
98125 ◇ Math blocks(typically `$$ ... $$ ` ) & inline math(typically `$ ... $ ` ).
@@ -162,7 +189,7 @@ Image {img:9}
162189
163190Markdown, ~
164191
165- Image {img:10 }
192+ Image {img:12 }
166193
167194◇ Supports basic markdown(Github-flavored) syntax,
168195 ◇ Block quotes(with support for `callouts` & titles).
@@ -191,12 +218,13 @@ Image {img:10}
191218
192219◇ `Org- mode ` like indentation for headings.
193220
194- Image {img:11 }
221+ Image {img:13 }
195222
196223◇ Obsidian/PKM extended syntax support,
197224 ◇ Block reference links.
198225 ◇ Embed file links.
199226 ◇ Internal links(supports aliases).
227+ ◇ Tags.
200228
201229◇ Wide variety of HTML entity names & codes support.
202230 ◇ Supported named entities: 786.
@@ -207,7 +235,7 @@ Image {img:11}
207235
208236Typst, ~
209237
210- Image {img:12 }
238+ Image {img:14 }
211239
212240◇ Supports the following items,
213241 ◇ Code blocks.
@@ -235,7 +263,7 @@ Image {img:12}
235263
236264YAML, ~
237265
238- Image {img:13 }
266+ Image {img:15 }
239267
240268◇ Custom property icons.
241269◇ Custom property scope decorations.
@@ -258,8 +286,8 @@ Hybrid mode ~
258286╭──────────────────────┬──────────────────────╮
259287│ Normal hybrid mode │ Linewise hybrid mode │
260288├──────────────────────┼──────────────────────┤
261- │ hybrid_mode {img:14 } │ linewise_hybrid_mode │
262- │ │ {img:15 } │
289+ │ hybrid_mode {img:16 } │ linewise_hybrid_mode │
290+ │ │ {img:17 } │
263291╰──────────────────────┴──────────────────────╯
264292
265293◇ Node-based edit range(default).
@@ -283,7 +311,7 @@ Internal Icon provider features,
283311◇ 708 different filetype configuration.
284312◇ Dynamic highlight groups for matching the colorscheme.
285313
286- Image {img:16 }
314+ Image {img:18 }
287315
288316◇ You can use `:Markview traceShow` to see what the plugin has been
289317 doing(including how long some of them took).
@@ -319,8 +347,8 @@ External icon providers,
319347 }
320348<
321349
322- ◆ mini.icons {7 }
323- ◆ nvim-web-devicons {8 }
350+ ◆ mini.icons {8 }
351+ ◆ nvim-web-devicons {9 }
324352
325353Parsers,
326354
@@ -342,6 +370,8 @@ Parsers,
342370◆ `latex` (optional)
343371◆ `typst` (optional)
344372◆ `yaml` (optional)
373+ ◆ tree-sitter-asciidoc {11} (optional)
374+ See integrations#Asciidoc {10} to see how to get started.
345375
346376Fonts,
347377
@@ -370,7 +400,7 @@ Add this to your plugin list.
370400▋ cause more time for the previews to load when starting Neovim!
371401
372402The plugin should be loaded after your colorscheme to ensure the correct
373- highlight groups are used. See integrations.transparent_colorschemes {9 } if you
403+ highlight groups are used. See integrations.transparent_colorschemes {12 } if you
374404use a transparent colorscheme and the colors don't look right.
375405
376406>lua
@@ -419,7 +449,7 @@ use a transparent colorscheme and the colors don't look right.
419449
420450📥 GitHub release ~
421451
422- Tagged releases can be found in the release page {10 } .
452+ Tagged releases can be found in the release page {13 } .
423453
424454▋ Note
425455▋ `Github releases` may sometimes be slightly behind `main` .
@@ -439,7 +469,7 @@ Tagged releases can be found in the release page {10}.
439469--------------------------------------------------------------------------------
440470🧭 Usage
441471
442- You can find more usage recipes here {11 } .
472+ You can find more usage recipes here {14 } .
443473
444474--------------------------------------------------------------------------------
445475🎇 Commands *markview.nvim-commands*
@@ -581,32 +611,37 @@ Links ~
5816111: https://github.com/OXY2DEV/markview.nvim/wiki/Presets
5826122: https://github.com/OXY2DEV/markview.nvim/wiki/Extras
5836133: https://github.com/OXY2DEV/markview.nvim/wiki/Home
584- 4: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-nowrap
585- 5: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-wrap
586- 6: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-fancy-comments
587- 7: https://github.com/nvim-mini/mini.icons
588- 8: https://github.com/nvim-tree/nvim-web-devicons
589- 9: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-transparent-colorschemes
590- 10: https://github.com/OXY2DEV/markview.nvim/releases
591- 11: | markview.nvim-usage |
614+ 4: https://github.com/OXY2DEV/markview.nvim/wiki/Usage#Asciidoc
615+ 5: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-nowrap
616+ 6: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-wrap
617+ 7: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-fancy-comments
618+ 8: https://github.com/nvim-mini/mini.icons
619+ 9: https://github.com/nvim-tree/nvim-web-devicons
620+ 10: https://github.com/OXY2DEV/markview.nvim/wiki/Usage#Asciidoc
621+ 11: https://github.com/cathaysia/tree-sitter-asciidoc
622+ 12: https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-transparent-colorschemes
623+ 13: https://github.com/OXY2DEV/markview.nvim/releases
624+ 14: | markview.nvim-usage |
592625
593626Images ~
594627
5956281: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-splitview.png
5966292: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-wrap.png
5976303: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-nowrap.png
598- 4: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-comment.png
599- 5: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-hybrid_mode.png
600- 6: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-splitview_2.png
601- 7: https://github.com/OXY2DEV/markview.nvim/wiki/images/comment/markview.nvim-comment.injection.png
602- 8: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/html-tokyonight_night.png
603- 9: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/latex-cyberdream.png
604- 10: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/markdown-catppuccin_mocha.png
605- 11: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/markdown_inline-nightfly.png
606- 12: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/typst-kanagawa_wave.png
607- 13: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/yaml-material_palenight.png
608- 14: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/wiki/hybrid_mode.png
609- 15: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/wiki/linewise_hybrid_mode.png
610- 16: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/traceback.png
631+ 4: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-asciidoc.png
632+ 5: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-comment.png
633+ 6: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-hybrid_mode.png
634+ 7: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-splitview_2.png
635+ 8: https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-asciidoc.png
636+ 9: https://github.com/OXY2DEV/markview.nvim/wiki/images/comment/markview.nvim-comment.injection.png
637+ 10: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/html-tokyonight_night.png
638+ 11: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/latex-cyberdream.png
639+ 12: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/markdown-catppuccin_mocha.png
640+ 13: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/markdown_inline-nightfly.png
641+ 14: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/typst-kanagawa_wave.png
642+ 15: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/yaml-material_palenight.png
643+ 16: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/wiki/hybrid_mode.png
644+ 17: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/wiki/linewise_hybrid_mode.png
645+ 18: https://github.com/OXY2DEV/markview.nvim/blob/images/v25/repo/traceback.png
611646
612647vim:ft=help:textwidth=80:tabstop=4:noexpandtab:
0 commit comments