Function: markdown-ts-imenu-node-p

markdown-ts-imenu-node-p is a byte-compiled function defined in markdown-ts-mode.el.gz.

Signature

(markdown-ts-imenu-node-p NODE)

Documentation

Check if NODE is a valid entry to imenu.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
;;; Imenu

(defun markdown-ts-imenu-node-p (node)
  "Check if NODE is a valid entry to imenu."
  (equal (treesit-node-type (treesit-node-parent node))
         "atx_heading"))