1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: simplemde-markdown-editor
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.0
Section: javascript
Homepage: https://github.com/sparksuite/simplemde-markdown-editor
Vcs-Git: https://salsa.debian.org/debian/simplemde-markdown-editor.git
Vcs-Browser: https://salsa.debian.org/debian/simplemde-markdown-editor
Package: libjs-simplemde
Architecture: all
Multi-Arch: foreign
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.
|