Версия 0.3.1 #5
@@ -19,6 +19,9 @@ import "prismjs/components/prism-docker.js";
 | 
			
		||||
import "prismjs/components/prism-diff.js";
 | 
			
		||||
import "prismjs/components/prism-php.js";
 | 
			
		||||
import "prismjs/components/prism-yaml.js";
 | 
			
		||||
import "prismjs/components/prism-bash.js"
 | 
			
		||||
import "prismjs/components/prism-json.js"
 | 
			
		||||
import "prismjs/components/prism-toml.js"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
import "prismjs/plugins/toolbar/prism-toolbar.css";
 | 
			
		||||
 
 | 
			
		||||
@@ -113,6 +113,9 @@
 | 
			
		||||
                codesample_languages: [
 | 
			
		||||
                    {text: 'HTML/XML', value: 'markup'},
 | 
			
		||||
                    {text: 'JavaScript', value: 'javascript'},
 | 
			
		||||
                    {text: 'Bash', value: 'bash'},
 | 
			
		||||
                    {text: 'SH', value: 'sh'},
 | 
			
		||||
                    {text: 'Shell', value: 'shell'},
 | 
			
		||||
                    {text: 'CSS', value: 'css'},
 | 
			
		||||
                    {text: 'PHP', value: 'php'},
 | 
			
		||||
                    {text: 'Ruby', value: 'ruby'},
 | 
			
		||||
@@ -124,7 +127,9 @@
 | 
			
		||||
                    {text: 'Go', value: 'go'},
 | 
			
		||||
                    {text: 'Nginx', value: 'nginx'},
 | 
			
		||||
                    {text: 'Docker', value: 'docker'},
 | 
			
		||||
                    {text: 'Yaml', value: 'yaml'},
 | 
			
		||||
                    {text: 'YAML', value: 'yaml'},
 | 
			
		||||
                    {text: 'TOML', value: 'toml'},
 | 
			
		||||
                    {text: 'Json', value: 'json'},
 | 
			
		||||
                    {text: "Treeview", value: "treeview"},
 | 
			
		||||
                    {text: "Diff", value: "diff"},
 | 
			
		||||
                ],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user