File: control

package info (click to toggle)
node-prosemirror-markdown 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 168 kB
  • sloc: javascript: 771; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: node-prosemirror-markdown
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Abraham Raji <avronr@tuta.io>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , node-markdown-it <!nocheck>
 , node-prosemirror-model <!nocheck>
 , node-rollup-plugin-buble (>= 0.21~)
 , nodejs
 , dh-sequence-nodejs
 , rollup
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-prosemirror-markdown
Vcs-Git: https://salsa.debian.org/js-team/node-prosemirror-markdown.git
Homepage: https://github.com/prosemirror/prosemirror-markdown#readme
Rules-Requires-Root: no

Package: node-prosemirror-markdown
Architecture: all
Depends:
 ${misc:Depends}
 , node-markdown-it
 , node-prosemirror-model
 , nodejs
Description: ProseMirror Markdown integration
 ProseMirror is a well-behaved rich semantic content editor based on
 contentEditable, with support for collaborative editing and custom
 document schemas.
 .
 This module implements a ProseMirror schema that corresponds to the document
 schema used by CommonMark, and a parser and serializer to convert
 between ProseMirror documents in that schema and CommonMark/Markdown text.
 .
 Node.js is an event-based server-side JavaScript engine.