Updated documentation
This commit is contained in:
parent
580d075bc8
commit
96b2c23784
|
@ -1,5 +1,7 @@
|
|||
# Code Block Plugin
|
||||
|
||||
This plugin converts selected text into a code block with automatic programming language detection. The languages that
|
||||
is detected can be selected in the plugin settings. The language detection is provided by highlight.js and is in no means
|
||||
perfect, but it works most of the time.
|
||||
This plugin converts selected text or pasted text into a code block with automatic programming language detection. The languages that
|
||||
is detectable can be selected in the plugin settings. The language detection is provided by highlight.js and is in no means
|
||||
perfect, but it works most of the time. If it guesses wrong, remove that language from the list and try again.
|
||||
|
||||
<img height="600" src="usage.gif" width="800"/>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"name": "Code Block",
|
||||
"version": "1.0.0",
|
||||
"minAppVersion": "0.12.0",
|
||||
"description": "This plugin converts selected text into code blocks with automatic language detection.",
|
||||
"description": "This plugin converts text into code blocks with automatic language detection.",
|
||||
"author": "Patrik Lindefors",
|
||||
"authorUrl": "https://github.com/paddan/code-block-plugin",
|
||||
"isDesktopOnly": false
|
||||
|
|
Loading…
Reference in New Issue