docs: render @see, @note items in _meta/api.lua #30494

This commit is contained in:
Justin M. Keyes
2024-09-25 02:34:13 -07:00
committed by GitHub
parent 6c77e840ae
commit ce7017b850
6 changed files with 139 additions and 3 deletions

View File

@@ -1226,7 +1226,7 @@ void nvim_set_current_tabpage(Tabpage tabpage, Error *err)
///
/// Useful in mappings and scripts to insert multiline text. Example:
///
/// ```vim
/// ```lua
/// vim.keymap.set('n', 'x', function()
/// vim.api.nvim_paste([[
/// line1