|
64 | 64 | <img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-splitview_2.png"> |
65 | 65 | <img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-hybrid_mode.png"> |
66 | 66 | <img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-comment.png"> |
| 67 | + <img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-asciidoc.png"> |
67 | 68 | </div> |
68 | 69 |
|
69 | 70 | <div align="center"> |
|
74 | 75 |
|
75 | 76 | Core features, |
76 | 77 |
|
77 | | -+ Preview `Markdown`, <code>HTML</code>, $LaTeX$, `Typst` & `YAML` within Neovim. |
| 78 | ++ Preview `Markdown`, <code>HTML</code>, $LaTeX$, `Typst` & `Asciidoc`(See [integrations#Asciidoc](https://github.com/OXY2DEV/markview.nvim/wiki/Usage#Asciidoc)) within Neovim. |
78 | 79 | + *Hybrid* editing mode! Allowing *editing* & *previewing* at the same time. |
79 | 80 | + *Splitview*! Allows editing & previewing *side-by-side*. |
80 | 81 | + `Wrap` support(markdown only, at the moment)! Allows using text wrapping while not losing *most* rendering features! See [integrations#wrap](https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-wrap) for fixing visual glitches or [integrations#nowrap](https://github.com/OXY2DEV/markview.nvim/wiki/Integrations#-nowrap) for disabling it. |
@@ -106,6 +107,32 @@ Also see, |
106 | 107 | <summary>Expand to see complete feature list</summary> |
107 | 108 | <!--markdoc_ignore_end--> |
108 | 109 |
|
| 110 | +#### Asciidoc |
| 111 | + |
| 112 | +<img src="https://github.com/OXY2DEV/markview.nvim/blob/images/v27/markview.nvim-asciidoc.png"> |
| 113 | + |
| 114 | +Supported syntax, |
| 115 | + |
| 116 | ++ Admonitions |
| 117 | ++ Checkboxes(also supports custom checkbox states). |
| 118 | ++ Horizontal rules |
| 119 | ++ Literal blocks |
| 120 | ++ Hiding document attributes |
| 121 | ++ Image macros |
| 122 | ++ Keycode macros |
| 123 | ++ List items(ordered & unordered) |
| 124 | ++ Automated TOC(Table of Contents) |
| 125 | + |
| 126 | +#### Asciidoc inline |
| 127 | + |
| 128 | +Supported syntax, |
| 129 | + |
| 130 | ++ Bold |
| 131 | ++ Highlights |
| 132 | ++ Italic |
| 133 | ++ Monospace |
| 134 | ++ URI |
| 135 | + |
109 | 136 | #### Fancy comments, |
110 | 137 |
|
111 | 138 | <img src="https://github.com/OXY2DEV/markview.nvim/wiki/images/comment/markview.nvim-comment.injection.png"> |
@@ -405,6 +432,8 @@ Parsers, |
405 | 432 | - `latex`(optional) |
406 | 433 | - `typst`(optional) |
407 | 434 | - `yaml`(optional) |
| 435 | +- [tree-sitter-asciidoc](https://github.com/cathaysia/tree-sitter-asciidoc)(optional) |
| 436 | + See [integrations#Asciidoc](https://github.com/OXY2DEV/markview.nvim/wiki/Usage#Asciidoc) to see how to get started. |
408 | 437 |
|
409 | 438 | Fonts, |
410 | 439 |
|
|
0 commit comments