An excellent printing engine and editor. Stack overflow. How to exist as a plugin for WordPress?

I really like the editor and the excellent printing functionality in Stack Overflow. Is there a plugin for using the editor and good printing features in WordPress?

Simplicity and appearance are at least as good as any other plugin I tried.

+3
source share
2 answers

Well, since I want to accept ansver, and Conspicuous does not write my comment as an answer, I will give it to you :). My solution to the issue was to install two plugins: http://www.deanlee.cn/wordpress/google-code-prettify-for-wordpress/ and also http://wordpress.org/extend/plugins/markdown- for-wordpress-and-bbpress /

The google prettify code is designed to make the code look beautiful, and the markdown plugin is designed for easy editing, but without a direct preview, so you click the preview button to get any result. The result of some posts can be seen here: blog.tomasjansson.com .

: http://daringfireball.net/projects/markdown/.

-, . markdown. _doCodeBlocks_callback. , pre : $codeblock = "<pre class=\"prettyprint\">$codeblock\n</pre>";. , return makeCodeSpan : return $this->hashPart("<code class=\"prettyprint\">$code</code>");.

... .

+1

, , , . WP-Syntax .

Wordpress : -)

+1

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


All Articles