An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.9% on proxy.golang.org

proxy.golang.org : github.com/coding-socks/presenter

Package presenter implements parsing and rendering of present files, which can be slide presentations as in github.com/coding-socks/presenter/cmd/present. Present files begin with a header giving the title of the document and other metadata, which looks like: The "#" indicates the title. Between the title and other metadata must be no empty lines. The date line may be written without a time: In this case, the time will be interpreted as 11am UTC on that date. The tags line is a comma-separated list of tags that may be used to categorize the document. The summary line gives a short summary used in blog feeds. Only the title is required; the subtitle, date, tags, and summary lines are optional. After the header come zero or more author blocks, like this: The first line of the author block is conventionally the author name. Otherwise, the author section may contain a mixture of text, twitter names, and links. For slide presentations, only the plain text lines will be displayed on the first slide. If multiple author blocks are listed, each new block must be preceded by its own blank line. After the author blocks come the presentation slides or article sections, which can in turn have subsections. Each slide or section begins with "##" or "###" header line. As of now "####" or more are handled as part of the slide content. Markdown typically means the generic name for a family of similar markup languages. The specific variant used in present is CommonMark with some extensions to support strikethrough, task list, and twitter link components. See https://commonmark.org/help/tutorial/ for a quick tutorial. Example:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/coding-socks/presenter
License: MIT
Latest release: 26 days ago
Namespace: github.com/coding-socks
Last synced: 26 days ago