plugins.image.integrations.markdown.enabled

Whether to enable the markdown integration.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.image.integrations.markdown.clearInInsertMode

Clears the image when entering insert mode.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.image.integrations.markdown.downloadRemoteImages

Whether to download remote images.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.image.integrations.markdown.filetypes

Markdown extensions (ie. quarto) can go here.

Type: null or (list of (string or raw lua code))

Default: null

Plugin default:

[
  "markdown"
  "vimwiki"
]

Declared by:

plugins.image.integrations.markdown.onlyRenderImageAtCursor

Whether to limit rendering to the image at the current cursor position.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: