File: control

package info (click to toggle)
golang-github-bep-goportabletext 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,423 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
Source: golang-github-bep-goportabletext
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-go-quicktest-qt-dev,
               golang-github-mitchellh-mapstructure-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-bep-goportabletext
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-bep-goportabletext.git
Homepage: https://github.com/bep/goportabletext
XS-Go-Import-Path: github.com/bep/goportabletext

Package: golang-github-bep-goportabletext-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-mitchellh-mapstructure-dev,
         ${misc:Depends},
Description: converts Portable Text to Markdown
 Converts Portable Text (https://www.portabletext.org/) to Markdown.
 .
 Types supported
 .
  * block and span
  * image. Note that the image handling is currently very simple; we link
    to the asset.url using asset.altText as the image alt text and asset.
    title as the title.
  * code (see the code-input (https://www.sanity.io/plugins/code-input)
    plugin). Code will be rendered as fenced code blocks with any filename
    provided passed on as a markdown attribute.