-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
enhancementNew feature or requestNew feature or request
Description
π Feature description:
Asciidoc can also be Previewed / Rendered out
π Possible solutions:
Supporting just the basic symbols like Headers, Lists, Code block ,Quotes, Admonitions, and Co.
Skipping the special stuff for a MVP.
π§Ύ Feature reference:
Literally, what's done with Markdown, but for ASCII-Doc.
There seems to also be like one line in this codebase already mentioning it?
markview.nvim/lua/markview/filetypes.lua
Line 103 in 0a50333
| ["asciidoc"] = { name = "AsciiDoc", sign = "σ±ͺ ", sign_hl = "MarkviewPalette6Sign", icon = "σ±ͺ ", icon_hl = "MarkviewIcon6", border_hl = "MarkviewPalette6Fg" }, |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request