Files
godot-question2answer/qa-plugin/q2a-markdown-editor/qa-md-lang-default.php
Emi 07ec659385 Importing project into Git
This project lived only on the server without version control. This is now the starting point for the repository.
2023-05-23 20:03:24 +02:00

18 lines
559 B
PHP

<?php
/*
Question2Answer Edit History plugin
License: http://www.gnu.org/licenses/gpl.html
*/
return array(
'plugin_title' => 'Markdown',
'preview' => 'Preview',
'admin_hidecss' => 'Don\'t add CSS inline',
'admin_hidecss_note' => 'Tick if you added the CSS to your own stylesheet (more efficient).',
'admin_comments' => 'Plaintext comments',
'admin_comments_note' => 'Sets a post as plaintext when converting answers to comments.',
'admin_syntax' => 'Use syntax highlighting',
'admin_syntax_note' => 'Integrates highlight.js for code blocks.',
);