From ac2e51910f6ca4c72ef9cf4afe6d91e4bc6de79c Mon Sep 17 00:00:00 2001 From: Mohamed Sakr <3dsakr@gmail.com> Date: Sat, 29 Nov 2025 01:33:31 +0200 Subject: [PATCH] add simple markdown node desc to custom node list --- custom-node-list.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0ff4208c..ba7d9e4f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -37722,6 +37722,14 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Mohamed-Sakr", + "title": "Simple Markdown Preview", + "reference": "https://github.com/Mohamed-Sakr/ComfyUI-SimpleMarkdown", + "files": ["https://github.com/Mohamed-Sakr/ComfyUI-SimpleMarkdown"], + "install_type": "git-clone", + "description": "Lightweight, stable markdown preview node with syntax highlighting. Works reliably in loops without refresh issues." } ] }