1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: simplemde-markdown-editor
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10)
Standards-Version: 4.0.0
Section: javascript
Homepage: https://github.com/sparksuite/simplemde-markdown-editor
Vcs-Git: https://anonscm.debian.org/pkg-javascript/simplemde-markdown-editor.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/simplemde-markdown-editor.git
Package: libjs-simplemde
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: JavaScript library providing a simple Markdown editor
This JavaScript library provides an embedded Markdown editor. This
WYSIWYG-style editor allows users less familiar with the Markdown syntax
to use a familiar toolbar buttons and shortcuts. In addition, the syntax
is rendered while editing to clearly show the expected result. This
library also provides built-in automatic saving and spell checking.
|