Is tinymce code highlighting the same as stackoverflow?

im using tinymce for my text editor i need a code highlighting function for one of the toolbar buttons but i need a simple one like stackoverflow, deos, does anyone know something there, or deos tinymce have something like this assembly :)) thanks for the support!

ps im using jquery tinymce

+3
source share
1 answer

Stackoverflow uses the Markdown markup language . The server side is "visualized" by MarkdownSharp (C # implementation, but there are PHP ports ). Client side text editor WMD .

code-prettify.

. https://meta.stackexchange.com/questions/10369/which-tools-and-technologies-build-the-stack-exchange-network.

, TinyMCE. Markdown WYSIWYG. .

+4

Source: https://habr.com/ru/post/1782220/


All Articles