Hacker News new | ask | show | jobs
by grodriguez100 531 days ago
AFAIK specifying a language only makes a difference for syntax highlighting. I have never seen a markdown processor that would add prompts to the code based on the specified language.
1 comments

Syntax highlighting is just CSS. There's nothing stopping you from adding your own custom CSS to the code block which will prefix lines with the prompts.
Yes, of course. I was just describing what most existing engines currently do.